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

Commit 927247e

Browse files
Marian ANDREMarian ANDRE
authored andcommitted
[UPD] Remove var_dump in Response class
1 parent 05e1173 commit 927247e

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)