diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-19 22:27:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-19 22:27:11 +0000 |
commit | 460459e8db2fd1ef4c60a9bd51c4a5083e5b8471 (patch) | |
tree | 99b584e356872549f1336e6c59a78abfa4251a16 | |
parent | 07416b61e3c403ea56370858a618f877dcaee57d (diff) |
oops, removing debug output that wasn't supposed to be there
-rw-r--r-- | lib/ssh.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |