Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit feaf59e

Browse files
author
mandre42
authored
Merge pull request #3 from mandre42/master
[UPD] Remove var_dump in Response class
2 parents 05e1173 + 927247e commit feaf59e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Response.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Response
1515
*/
1616
public function __construct($json)
1717
{
18-
var_dump($json);
1918
$response = json_decode($json->body);
2019
$this->entities = [];
2120

0 commit comments

Comments
 (0)