Browse Source

rm redundant print (#360)

Ivan 2 years ago
parent
commit
f607becbac
1 changed files with 0 additions and 1 deletions
  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);
     int connfd = ConnectTimeout(host, port, blocktime);
     if (connfd < 0) {
     if (connfd < 0) {
-        fprintf(stderr, "* connect %s:%d failed!\n", host, port);
         hloge("connect %s:%d failed!", host, port);
         hloge("connect %s:%d failed!", host, port);
         return connfd;
         return connfd;
     }
     }