summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-05-24 19:13:53 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-05-24 19:13:53 +0000
commit093729d8740683682a5470cba220219f730b1307 (patch)
tree485d22066e3f5db1e78e286efb137ad039cae8de /usr.bin
parent3dec57c1b4667257a5b1a1894401dba05b58bd7b (diff)
remove debugging stuff
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/resp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c
index 9ff1ca759b0..ad40bd30ffa 100644
--- a/usr.bin/cvs/resp.c
+++ b/usr.bin/cvs/resp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resp.c,v 1.38 2005/05/24 07:33:36 joris Exp $ */
+/* $OpenBSD: resp.c,v 1.39 2005/05/24 19:13:52 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -412,7 +412,6 @@ cvs_resp_sticky(struct cvsroot *root, int type, char *line)
/* attempt to create it */
cf = cvs_file_create(sdir, line, DT_DIR, 0755);
if (cf == NULL) {
- printf("yeah its this man\n");
return (-1);
}
cf->cf_repo = strdup(line);