Skip to content

Commit 959bc22

Browse files
committed
Merge pull request #1256 from htrex/master
removed leftover debug code
2 parents f0c9aea + 78f7e96 commit 959bc22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ReduxCore/inc/fields/spacing/field_spacing.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ public function output() {
270270

271271
$mode = ( $this->field['mode'] != "absolute" ) ? $this->field['mode'] : "";
272272
$units = isset($this->value['units']) ? $this->value['units'] : "";
273-
echo 'units: ' . $units;
274273
$style = '';
275274

276275
if (!empty($mode)) {

0 commit comments

Comments
 (0)