diff --git a/src/LatchResponse.php b/src/LatchResponse.php index 869ad2b..40a3a0d 100644 --- a/src/LatchResponse.php +++ b/src/LatchResponse.php @@ -43,7 +43,6 @@ class LatchResponse { */ public function __construct($jsonString) { $json = json_decode($jsonString, false); - var_dump($json); if(!is_null($json)) { if (isset($json->{"data"})) { $this->data = $json->{"data"}; @@ -101,4 +100,4 @@ public function toJSON() { } return json_encode($response); } -} \ No newline at end of file +}