Skip to content

Commit f3f261e

Browse files
authored
Merge pull request #20 from eightcedars/main
remove dd
2 parents 460d291 + 75ba3cf commit f3f261e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Providers/AbstractProvider.php

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public function request($method, $path, array $payload = [], array $options = []
7272
$this->logResponse($this->provider, $response);
7373

7474
if ($response->failed()) {
75-
dd($response->json(), $payload);
76-
7775
throw new Exception($response->reason().': '.$this->parseProviderError($response));
7876
}
7977

0 commit comments

Comments
 (0)