summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-05-27 15:15:44 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-05-27 15:15:44 +0000
commitacee4c87d6b95329534c06c617dd31f2158bf836 (patch)
tree58f4ee2df845b3552d891120d1070276472aa5cc /usr.bin/cvs/file.c
parentd860a2dff9e1047c5a25a0814519187895502814 (diff)
remove debug output
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index bcc30f38a67..3e62ff618c5 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.140 2006/05/27 15:14:27 joris Exp $ */
+/* $OpenBSD: file.c,v 1.141 2006/05/27 15:15:43 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -433,7 +433,6 @@ cvs_file_walkdir(struct cvs_file *cf, struct cvs_recursion *cr)
if (!(cr->flags & CR_RECURSE_DIRS) &&
dp->d_type == DT_DIR) {
- printf("Skipping %s\n", dp->d_name);
cp += dp->d_reclen;
continue;
}