summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-19 11:29:01 +0000
committerpeter <peter@FreeBSD.org>1997-08-19 11:29:01 +0000
commit813bc0386ea8626c9016862d4d8013c749e44ff6 (patch)
tree04061bef05616839f428003acdd6386d2708e04d /contrib/cvs/src
parent4a385bedd7fefc284e2d118d0f84cf59c28a2d23 (diff)
downloadFreeBSD-src-813bc0386ea8626c9016862d4d8013c749e44ff6.zip
FreeBSD-src-813bc0386ea8626c9016862d4d8013c749e44ff6.tar.gz
oops, missed a debug printf somehow..
Diffstat (limited to 'contrib/cvs/src')
-rw-r--r--contrib/cvs/src/rcs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c
index 7e80557..74beca0 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)
OpenPOWER on IntegriCloud