We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c9aea + 78f7e96 commit 959bc22Copy full SHA for 959bc22
ReduxCore/inc/fields/spacing/field_spacing.php
@@ -270,7 +270,6 @@ public function output() {
270
271
$mode = ( $this->field['mode'] != "absolute" ) ? $this->field['mode'] : "";
272
$units = isset($this->value['units']) ? $this->value['units'] : "";
273
- echo 'units: ' . $units;
274
$style = '';
275
276
if (!empty($mode)) {
0 commit comments