No need to print this out to the console every start.
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 2 Feb 2011 16:15:56 +0000 (11:15 -0500)
committerAuke Kok <auke-jan.h.kok@intel.com>
Wed, 2 Feb 2011 16:15:56 +0000 (11:15 -0500)
configfile.c

index 12e19e9..840c423 100644 (file)
@@ -96,5 +96,4 @@ void read_config_file(char *filename)
        fclose(file);
        if (!submit_url)
                submit_url = strdup("http://crashdb.meego.com/submitbug.php");
-       fprintf(stderr, "+ submit url=\"%s\"\n", submit_url);
 }