diff --git a/common/HttpClient.php b/common/HttpClient.php index 4afe287..8ce5dc9 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -341,7 +341,6 @@ class HttpClient */ private function curl($url, $data = []) { - echo $url . PHP_EOL; try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $this->createRequestUrl($url, $data));