Skip to content

Commit b367a6c

Browse files
committed
Remove no longer needed echo
closes #121
1 parent 8dd2fd5 commit b367a6c

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)