From f86fcdade300c2f50d792ece38641a8ac55c0561 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 19 Aug 1997 11:29:01 +0000 Subject: [PATCH] oops, missed a debug printf somehow.. --- contrib/cvs/src/rcs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c index 7e80557d2b98..74beca0c4e37 100644 --- a/contrib/cvs/src/rcs.c +++ b/contrib/cvs/src/rcs.c @@ -2500,7 +2500,6 @@ expand_keywords (rcs, ver, name, log, loglen, expand, buf, len, retbuf, retlen) path = getfullCVSname(rcs->path, &old_path); else path = last_component (rcs->path); - printf("path: `%s'\n", path); path = escape_keyword_value (path, &free_path); date = printable_date (ver->date); value = xmalloc (strlen (path)