From 1d4228adcfe4489bd330076e2b1004905d97d6cc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 16 Dec 2015 23:40:23 -0500 Subject: clean up old debug statements Much of this debug output has outlived its usefulness now that the code has stabilized. Clean it all up to make the debug builds way less noisy and keep from breaking the tests. --- qsearch.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'qsearch.c') diff --git a/qsearch.c b/qsearch.c index b7c992e..2ba2d39 100644 --- a/qsearch.c +++ b/qsearch.c @@ -140,9 +140,6 @@ int qsearch_main(int argc, char **argv) int i; void (*search_func)(int, const char *, const char *, char *last, bool, bool, bool, bool, bool); - DBG("argc=%d argv[0]=%s argv[1]=%s", - argc, argv[0], argc > 1 ? argv[1] : "NULL?"); - while ((i = GETOPT_LONG(QSEARCH, qsearch, "")) != -1) { switch (i) { COMMON_GETOPTS_CASES(qsearch) -- cgit v1.2.3-65-gdbad