diff --git a/wx/WxClient.php b/wx/WxClient.php index 8644b99..3f24cf1 100644 --- a/wx/WxClient.php +++ b/wx/WxClient.php @@ -164,8 +164,6 @@ class WxClient private function getClient($port, $url, $data) { $host = $this->getHostIp(); - - var_dump($host, $port, $this->isSSL, $url); $client = new Client($host, $port, $this->isSSL); if (!empty($this->header)) { $client->setHeaders($this->header);