diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 6536e9c..15e2515 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -282,7 +282,6 @@ class HttpClient [$url, $host] = $this->parseUrlHost($url); return $this->coroutine($host, $url, $data); } else { - var_dump($url); return $this->useCurl($url, $data); } }