From a4f51ef586f2a441cc0f9e8e2598a3e1025961bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 17:45:36 +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 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); } }