diff --git a/CurlClient.php b/CurlClient.php index 7812365..8efb608 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -50,8 +50,6 @@ class CurlClient extends ClientAbstracts if ($this->getPort() != 443 && $this->getPort() != 80) { $host .= ':' . $this->getPort(); } - - var_dump($host . $path); $this->do(curl_init($host . $path), $host . $path, $method); if ($isHttps !== FALSE) { $this->curlHandlerSslSet();