diff --git a/CurlClient.php b/CurlClient.php index 6f10277..85c5eb8 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -127,8 +127,6 @@ class CurlClient extends ClientAbstracts if (!empty($this->caPath)) { curl_setopt($this->client, CURLOPT_CAINFO, $this->caPath); } - - var_dump($path,$method); }