Removed a stderr debug message that was accidentally left in (bug #1863153)

This commit is contained in:
Dan Fandrich 2008-01-03 19:12:50 +00:00
parent 2fcaa00e3a
commit a55e6c10c9
2 changed files with 2 additions and 2 deletions

3
NEWS
View File

@ -1,6 +1,7 @@
Version 0.19 ( )
-------------------------------
-
- Removed a stderr debug message that was accidentally left in (bug #1863153)
Version 0.18 (November 11 2007)
-------------------------------

View File

@ -1414,7 +1414,6 @@ libssh2_channel_read_ex(LIBSSH2_CHANNEL * channel, int stream_id, char *buf,
} while (rc > 0);
if ((rc < 0) && (rc != PACKET_EAGAIN)) {
fprintf(stderr, "return rc = %d\n", rc);
return rc;
}
channel->read_bytes_read = 0;