summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-04-19 00:35:03 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-04-19 00:35:03 +0000
commit76965631214e2afdd790ccd94f5455cefcadd28a (patch)
tree2afe068b3c89146a0548672253c41e897a7a9ec1
parent5a11338a88ee5aa2092d59fd3d7000efd7de2a2f (diff)
remove debug code
-rw-r--r--usr.bin/cvs/commit.c3
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);