mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
remove annoying debug output
This commit is contained in:
parent
a1b650ad7b
commit
03b03f7b60
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user