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. --- qglsa.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'qglsa.c') diff --git a/qglsa.c b/qglsa.c index 7bc350f..885ce1e 100644 --- a/qglsa.c +++ b/qglsa.c @@ -285,9 +285,6 @@ int qglsa_main(int argc, char **argv) qglsa_action action = GLSA_FUNKYTOWN; bool all_glsas = false; - DBG("argc=%d argv[0]=%s argv[1]=%s", - argc, argv[0], argc > 1 ? argv[1] : "NULL?"); - while ((i = GETOPT_LONG(QGLSA, qglsa, "")) != -1) { #define set_action(a) { if (action == 0) action = a; else err("cannot specify more than one action at a time"); } switch (i) { -- cgit v1.2.3-65-gdbad