Skip to content

Commit

Permalink
Merge pull request #415 from moebrowne/remove-debug-code
Browse files Browse the repository at this point in the history
Remove debugging code
  • Loading branch information
julienbourdeau authored Jul 3, 2018
2 parents ed4a203 + 7cf3460 commit 2052fb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AlgoliaSearch/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public static function encode($value, $options = 0)
public static function decode($json, $assoc = false, $depth = 512)
{
$value = json_decode($json, $assoc, $depth);
if (null === $value)
print_r($json);

self::checkError();

Expand Down

0 comments on commit 2052fb8

Please sign in to comment.