Skip to content

Commit

Permalink
Removed var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
slischka committed Jun 7, 2023
1 parent a057a19 commit 8616bd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Fapi/HttpClient/GuzzleHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use function defined;
use function strlen;
use function strncmp;
use function var_dump;
use const CURLE_OPERATION_TIMEOUTED;

class GuzzleHttpClient implements IHttpClient
Expand Down Expand Up @@ -108,7 +107,6 @@ private function processOptions(RequestInterface $request): array
$options['verify'] = false;
}

var_dump($request->getHeaderLine('cert'));
if ($request->hasHeader('cert')) {
$options['cert'] = $request->getHeaderLine('cert');
}
Expand Down

0 comments on commit 8616bd3

Please sign in to comment.