瀏覽代碼

rm redundant print (#360)

Ivan 2 年之前
父節點
當前提交
f607becbac
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      http/client/HttpClient.cpp

+ 0 - 1
http/client/HttpClient.cpp

@@ -209,7 +209,6 @@ int http_client_connect(http_client_t* cli, const char* host, int port, int http
     }
     int connfd = ConnectTimeout(host, port, blocktime);
     if (connfd < 0) {
-        fprintf(stderr, "* connect %s:%d failed!\n", host, port);
         hloge("connect %s:%d failed!", host, port);
         return connfd;
     }