diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 0f59a0d..4cd409e 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -516,7 +516,6 @@ class HttpClient */ private function generate_client($host, $url, $data) { - var_dump($host, $this->getHostPort(), $this->isSSL, $url); $client = new SClient($host, $this->getHostPort(), $this->isSSL); $client->set($this->settings()); if (!empty($this->agent)) {