_libssh2_transport_write: remove fprintf remainder

Mistake from previous debugging
This commit is contained in:
Daniel Stenberg 2010-10-07 12:57:08 +02:00
parent bcd7eee1d2
commit 76a30f2c6f

View File

@ -843,7 +843,6 @@ _libssh2_transport_write(LIBSSH2_SESSION * session, unsigned char *data,
p->ototal_num = total_length;
return LIBSSH2_ERROR_EAGAIN;
}
fprintf(stderr, "this? ret == %d, errno == %d\n", ret, errno);
return LIBSSH2_ERROR_SOCKET_SEND;
}