From: Steven Luo Date: Thu, 17 Dec 2009 07:48:27 +0000 (-0800) Subject: Zap stray debugging printf()s X-Git-Tag: v3.0rc1~12 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=ccafdc8aa381ffd2c295f920e897472536dd9b28 Zap stray debugging printf()s --- diff --git a/configfile.c b/configfile.c index 7f3b905..193121a 100644 --- a/configfile.c +++ b/configfile.c @@ -143,7 +143,6 @@ int parse_config_file_line(FILE *fp, struct swb_config_line *line) { else return -1; } - printf("%s", line->key); /* no need to parse blank lines and comments */ if (!regexec(&re_ignore, line->key, 0, NULL, 0)) @@ -177,7 +176,6 @@ int parse_config_file_line(FILE *fp, struct swb_config_line *line) { /* done parsing the line */ line->parsed = 1; - printf("%s: '%s'\n", line->key, line->value); finish: if (!line->parsed) {