diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index d5f5916..9eb1c9f 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -791,7 +791,6 @@ class HttpClient } else if (strpos($type, 'xml') !== false) { return Help::xmlToArray($body); } else if (strpos($type, 'plain') !== false) { - var_dump($type, $body); return Help::toArray($body); } return $body;