sftp_read: remove leftover fprintf

Reported by: Alexander Lamaison
This commit is contained in:
Daniel Stenberg 2011-09-17 00:20:14 +02:00
parent 16dd675f4d
commit 33865b8936

View File

@ -1221,7 +1221,6 @@ static ssize_t sftp_read(LIBSSH2_SFTP_HANDLE * handle, char *buffer,
/* error */ /* error */
return rc; return rc;
eagain++; eagain++;
fprintf(stderr, "bing\n");
sftp->read_state = libssh2_NB_state_sent; sftp->read_state = libssh2_NB_state_sent;
break; break;
} }