diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fuckhtml.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php index 6abe085..2f9d3aa 100644 --- a/lib/fuckhtml.php +++ b/lib/fuckhtml.php @@ -459,8 +459,6 @@ class fuckhtml{ $last_char = $json[$i]; } - echo "\n\n" . $json_out . "\n\n"; - return json_decode($json_out, true); } |