diff --git a/src/Response.php b/src/Response.php index 61ee92c..a38ae4b 100644 --- a/src/Response.php +++ b/src/Response.php @@ -15,7 +15,6 @@ class Response */ public function __construct($json) { - var_dump($json); $response = json_decode($json->body); $this->entities = [];