diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-01-24 18:30:26 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-01-24 18:30:26 +0000 |
commit | ec6cdc8f0b6e3fc83b429f1557ee81783492b6e1 (patch) | |
tree | ce358114e68d2d442d699b7cecdfcac15751e6f7 /usr.bin/cvs | |
parent | 68cee9f6716f60ca2a4b9683625cda93fb3c63a2 (diff) |
get rid of a debugging printf() that slipped through the cracks
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/add.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 61833ca1c4e..666add75243 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.13 2005/01/24 17:42:26 jfb Exp $ */ +/* $OpenBSD: add.c,v 1.14 2005/01/24 18:30:25 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -71,7 +71,6 @@ cvs_add(int argc, char **argv) rcs_kflag_usage(); return (EX_USAGE); } - printf("kopt = `%s'\n", koptstr); break; case 'm': if ((cvs_msg = strdup(optarg)) == NULL) { |