diff options
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 |
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; |