X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=main.c;h=e84c2be7fbe8eadf94c6c07e369dcda1c520998a;hp=5403b70d64325655361ca2cd9e50223d8f94484c;hb=b457229dd6ff2f6bdcfed158937df2c54862f41e;hpb=4c3459d73a3e6a145230490af14dbba647fe4896 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;