From: Steinar H. Gunderson Date: Sun, 19 Feb 2012 02:05:46 +0000 (+0100) Subject: Remove a debugging printf. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=40a55879c3ebcefc70e52ad2f573cf0da10d3d73;ds=sidebyside Remove a debugging printf. --- diff --git a/bigscreen/theme.cpp b/bigscreen/theme.cpp index eb5d549..542d2ad 100644 --- a/bigscreen/theme.cpp +++ b/bigscreen/theme.cpp @@ -46,7 +46,6 @@ void read_config(const char *filename) continue; } - fprintf(stderr, "%s = %s\n", key, value); config[key] = value; } fclose(fp);