aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qglsa.c')
-rw-r--r--qglsa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/qglsa.c b/qglsa.c
index 7bc350f4..885ce1ee 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) {