From ebde798f1355b25f298050e52875cfdb9632dd71 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 26 Aug 2001 15:32:51 +0000 Subject: [PATCH] Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-) [originally from svn r1206] --- scp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scp.c b/scp.c index e81aeead..5ccd5412 100644 --- 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) {