diff options
Diffstat (limited to 'contrib/cvs/src')
-rw-r--r-- | contrib/cvs/src/rcs.c | 1 |
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) |