]> git.sesse.net Git - ccbs/commitdiff
Remove a debugging printf.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Feb 2012 02:05:46 +0000 (03:05 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Feb 2012 02:05:46 +0000 (03:05 +0100)
bigscreen/theme.cpp

index eb5d54989fbb0b0c7f664abb35cddff40f24c566..542d2ada93faf271d6f00d63dbd36a48828b77cb 100644 (file)
@@ -46,7 +46,6 @@ void read_config(const char *filename)
                        continue;
                }
 
                        continue;
                }
 
-               fprintf(stderr, "%s = %s\n", key, value);
                config[key] = value;
        }
        fclose(fp);
                config[key] = value;
        }
        fclose(fp);