summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-28 02:15:11 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-28 02:15:11 +0000
commit47272023ee424bb5031f8a6dde0bae0b6432a6c3 (patch)
treeb8ac383530b5225f1f3a654e8675db34bec8642c
parent9129ad043a7ce511ca578d42a933108bcf2418a0 (diff)
Remove a debugging message
-rw-r--r--usr.bin/cvs/root.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/root.c b/usr.bin/cvs/root.c
index 815ab2da480..37cd04c1857 100644
--- a/usr.bin/cvs/root.c
+++ b/usr.bin/cvs/root.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: root.c,v 1.6 2004/07/28 01:59:19 jfb Exp $ */
+/* $OpenBSD: root.c,v 1.7 2004/07/28 02:15:10 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -91,7 +91,6 @@ cvsroot_parse(const char *str)
for (i = 0; i < cvs_rcsz; i++) {
if (strcmp(str, cvs_rcache[i]->cr_str) == 0) {
- printf("hitting cache for `%s'\n", str);
cvs_rcache[i]->cr_ref++;
return (cvs_rcache[i]);
}