From: Steven Luo Date: Fri, 11 Dec 2009 10:21:42 +0000 (-0800) Subject: Remove a stray debugging printf() X-Git-Tag: v3.0rc1~29 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=42cb5b0f56e8e61767f6eb403d09c562a1582515 Remove a stray debugging printf() --- diff --git a/main.c b/main.c index 5403b70..e84c2be 100644 --- a/main.c +++ b/main.c @@ -100,7 +100,6 @@ static void read_config(int signalnum) { /* Read in the config file one line at a time and parse it XXX doesn't deal with lines longer than MAXLINE */ while (fgets(buf, MAXLINE, fp)) { - printf("%s", buf); /* skip blank lines and comments */ if (!regexec(&re_ignore, buf, 0, NULL, 0)) continue;