Skip to content

Commit

Permalink
Merge pull request #122 from tedious/bad_echo
Browse files Browse the repository at this point in the history
Remove no longer needed echo
  • Loading branch information
tedivm committed Mar 6, 2023
2 parents 8dd2fd5 + b367a6c commit 0393388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JShrink/Minifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ protected function initialize($js, $options)


protected function echo($char) {
echo($char);
$this->output .= $char;
$this->last_char = $char[-1];
}
Expand Down

0 comments on commit 0393388

Please sign in to comment.