Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
fix: remove forgotten var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkEzz committed Jan 2, 2021
1 parent b2d156b commit 8f171f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/YeePHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ protected function makeRequest(array $job): ?string
{
$res = json_decode($res, true);

var_dump($res);

if(!array_key_exists('error', $res) && array_key_exists('result', $res))
$resultStr = $res['result'][0];
}
Expand Down

0 comments on commit 8f171f4

Please sign in to comment.