Skip to content

Commit

Permalink
Remove var_dump from JSONEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Jul 1, 2015
1 parent 069f489 commit 2ce807d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CouchDB/Encoder/JSONEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static function encode($value)
if ("null" === $json && $value !== null) {
throw new JsonEncodeException($value);
}
var_dump($json);
if (false === $json) {
throw new JsonEncodeException($value);
}
Expand Down

0 comments on commit 2ce807d

Please sign in to comment.