1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-23 01:22:37 +03:00

remove debug leftovers

This commit is contained in:
Daniel Stenberg
2009-08-30 17:06:57 +02:00
parent 85198c1cdb
commit 0357befa42
3 changed files with 1 additions and 4 deletions

View File

@@ -175,7 +175,6 @@ sftp_packet_read(LIBSSH2_SFTP *sftp)
/* TODO: this is stupid since we can in fact get 1-3 bytes in a
legitimate working case as well if the connection happens to be
super slow or something */
fprintf(stderr, "GOT %d\n", rc);
libssh2_error(session, LIBSSH2_ERROR_CHANNEL_FAILURE,
"Read part of packet", 0);
return LIBSSH2_ERROR_CHANNEL_FAILURE;