From: Daniel Stenberg Date: Fri, 19 Dec 2008 22:27:11 +0000 (+0000) Subject: oops, removing debug output that wasn't supposed to be there X-Git-Tag: curl-7_19_3~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=460459e8db2fd1ef4c60a9bd51c4a5083e5b8471;p=thirdparty%2Fcurl.git oops, removing debug output that wasn't supposed to be there --- diff --git a/lib/ssh.c b/lib/ssh.c index d0d9b2fc94..c1aa48fd9f 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -2578,9 +2578,6 @@ ssize_t Curl_sftp_send(struct connectdata *conn, int sockindex, nwrite = libssh2_sftp_write(conn->proto.sshc.sftp_handle, mem, len); - infof(conn->data, "libssh2_sftp_write() returned %d (told to send %d)\n", - nwrite, (int)len); - ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); if(nwrite == LIBSSH2_ERROR_EAGAIN)