summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2009-03-23 15:13:59 +0000
committerJoris Vink <joris@cvs.openbsd.org>2009-03-23 15:13:59 +0000
commit74aca4c4e5206b37dc5fae10b3d3e0ef6154c624 (patch)
tree9a8cf4010ee54dfdcfd55abe9630b30812b83468
parent1c540fe9f9c1d6901ed3bf00697404d3ec0346ec (diff)
remove debug, bleh
-rw-r--r--usr.bin/cvs/getlog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index 7f1f7a892a3..9abd860622a 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.91 2009/03/23 15:10:09 joris Exp $ */
+/* $OpenBSD: getlog.c,v 1.92 2009/03/23 15:13:58 joris Exp $ */
/*
* Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org>
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
@@ -116,8 +116,6 @@ cvs_getlog(int argc, char **argv)
}
}
- cvs_printf("dates: %s\n", logdate);
-
argc -= optind;
argv += optind;