From 980edd9d8a06651cd34e435d3fc42d62c1366ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 18:45:13 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 - 1 file changed, 1 deletion(-) 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)) {