]> granicus.if.org Git - curl/commitdiff
remove annoying debug output
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jun 2007 20:24:11 +0000 (20:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jun 2007 20:24:11 +0000 (20:24 +0000)
lib/transfer.c

index 40af49cc0bedc72a9cdbb4cd91bdb41091da8458..703f408a2c00b1fba206998cc4e943fdbae0ae95 100644 (file)
@@ -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 */