From 03b03f7b60c984422fc9022d734a2a9657c1d0a0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 22 Jun 2007 20:24:11 +0000 Subject: remove annoying debug output --- lib/transfer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/transfer.c b/lib/transfer.c index 40af49cc0..703f408a2 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 */ -- cgit v1.2.3