diff --git a/lib/transfer.c b/lib/transfer.c index 40af49cc0bedc72a9cdbb4cd91bdb41091da8458..703f408a2c00b1fba206998cc4e943fdbae0ae95 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -379,7 +379,6 @@ CURLcode Curl_readwrite(struct connectdata *conn, /* receive data from the network! */ readrc = Curl_read(conn, conn->sockfd, k->buf, bytestoread, &nread); - DEBUGF(infof(data, "Read %ld bytes from stream (readrc = %d)\n", nread, readrc)); /* subzero, this would've blocked */ if(0 > readrc) break; /* get out of loop */