From 40a55879c3ebcefc70e52ad2f573cf0da10d3d73 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 19 Feb 2012 03:05:46 +0100 Subject: [PATCH] Remove a debugging printf. --- bigscreen/theme.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2