X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=configfile.c;h=193121ac5d23266a35e7619a946332382200bfe0;hp=7f3b905f399d660fdb99c7bbef6f46f1e45b8f3b;hb=ccafdc8aa381ffd2c295f920e897472536dd9b28;hpb=07c9702e8c2b041069e438d9547c85429cd32d76;ds=sidebyside 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) {