From 76a30f2c6f6c8eb208c5a4cf5ae0e55af297b8f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Oct 2010 12:57:08 +0200 Subject: [PATCH] _libssh2_transport_write: remove fprintf remainder Mistake from previous debugging --- src/transport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transport.c b/src/transport.c index 16a4274..89de6f0 100644 --- a/src/transport.c +++ b/src/transport.c @@ -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; }