mirror of
https://github.com/curl/curl.git
synced 2026-06-05 09:34:16 +03:00
remove annoying debug output
This commit is contained in:
parent
a1b650ad7b
commit
03b03f7b60
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue