Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 11, 2016
1 parent 778c3e0 commit d847cd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/RestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
Expand Down

0 comments on commit d847cd5

Please sign in to comment.