From 36470979d9f3518217fc26987558dafb3ab36f5c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 15:44:21 +0200 Subject: removed the debugging function D() gdb is for debugging. We don't need D() calls littered all over. --- src/options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index dc0475c4d..5b2b47c47 100644 --- a/src/options.c +++ b/src/options.c @@ -137,7 +137,6 @@ display_help(void) static void handle_option(int c, const char *arg) { - D("option callback -%c %s\n", c, arg); switch (c) { case '?': /* --help */ display_help(); -- cgit v1.2.3