Skip to content

Commit 0393388

Browse files
authored
Merge pull request #122 from tedious/bad_echo
Remove no longer needed echo
2 parents 8dd2fd5 + b367a6c commit 0393388

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JShrink/Minifier.php

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ protected function initialize($js, $options)
205205

206206

207207
protected function echo($char) {
208-
echo($char);
209208
$this->output .= $char;
210209
$this->last_char = $char[-1];
211210
}

0 commit comments

Comments
 (0)