remove annoying debug output

This commit is contained in:
Daniel Stenberg 2007-06-22 20:24:11 +00:00
parent a1b650ad7b
commit 03b03f7b60
1 changed files with 0 additions and 1 deletions

View 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 */