Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 15:32:51 +0000 (15:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 15:32:51 +0000 (15:32 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1206 cda61777-01e9-0310-a592-d414129be87e

scp.c

diff --git a/scp.c b/scp.c
index e81aeea..5ccd541 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1334,9 +1334,7 @@ static void toremote(int argc, char *argv[])
            else
                last = srcpath;
        }
-printf("src=:%s:\nsrcpath=:%s:\nlast=:%s:\n", src, srcpath, last);
        *last = '\0';
-printf("srcpath=:%s:\n", srcpath);
 
        dir = FindFirstFile(src, &fdat);
        if (dir == INVALID_HANDLE_VALUE) {