From 460459e8db2fd1ef4c60a9bd51c4a5083e5b8471 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Dec 2008 22:27:11 +0000 Subject: oops, removing debug output that wasn't supposed to be there --- lib/ssh.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/ssh.c b/lib/ssh.c index d0d9b2fc9..c1aa48fd9 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) -- cgit v1.2.3