Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)
[u/mdw/putty] / 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) {