aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-19 22:27:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-19 22:27:11 +0000
commit460459e8db2fd1ef4c60a9bd51c4a5083e5b8471 (patch)
tree99b584e356872549f1336e6c59a78abfa4251a16 /lib/ssh.c
parent07416b61e3c403ea56370858a618f877dcaee57d (diff)
oops, removing debug output that wasn't supposed to be there
Diffstat (limited to 'lib/ssh.c')
-rw-r--r--lib/ssh.c3
1 files changed, 0 insertions, 3 deletions
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)