Skip to content

Commit

Permalink
Remove no longer needed echo
Browse files Browse the repository at this point in the history
closes #121
  • Loading branch information
tedivm committed Mar 6, 2023
1 parent 8dd2fd5 commit b367a6c
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 b367a6c

Please sign in to comment.