]> granicus.if.org Git - curl/commitdiff
oops, removing debug output that wasn't supposed to be there
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Dec 2008 22:27:11 +0000 (22:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Dec 2008 22:27:11 +0000 (22:27 +0000)
lib/ssh.c

index d0d9b2fc945fbf3200aad7355fc988deeb73eea4..c1aa48fd9f3030bbbe0f7eb5da828412956609bf 100644 (file)
--- 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)