diff --git a/inc/RestCommand.php b/inc/RestCommand.php index 1014dd6..fd58fc5 100644 --- a/inc/RestCommand.php +++ b/inc/RestCommand.php @@ -592,8 +592,6 @@ private function nested_line( $line, $change = false ) { $label = false; } - \cli\Colors::colorize( "%n" ); - $spaces = ( $this->output_nesting_level * 2 ) + 2; if ( $color && $label ) { $line = \cli\Colors::colorize( "{$color}{$label}" ) . $line . \cli\Colors::colorize( "%n" );