diff options
-rw-r--r-- | usr.bin/cvs/commit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index cc041d4b82a..7ced1af7379 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.27 2005/04/19 00:34:39 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.28 2005/04/19 00:35:02 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -144,7 +144,6 @@ cvs_commit_prepare(CVSFILE *cf, void *arg) if ((cf->cf_type == DT_REG) && ((cf->cf_cvstat == CVS_FST_MODIFIED) || (cf->cf_cvstat == CVS_FST_ADDED))) { - printf("copying %s\n", CVS_FILE_NAME(cf)); copy = cvs_file_copy(cf); if (copy == NULL) return (CVS_EX_DATA); |