From ea47115e91b94c61a8e480d4cddd49233026e11a Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 22 Jan 2009 18:04:02 +0000 Subject: [PATCH] *sigh* stupid debug still enabled --- scrotwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index d0e2521..c4a6ae8 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -321,7 +321,6 @@ name_to_color(char *colorname) void setscreencolor(char *val, int i, int c) { - fprintf(stderr, "val %s i %d c %d\n", val, i, c); if (i > 0 && i <= ScreenCount(display)) { screens[i - 1].c[c].color = name_to_color(val); if ((screens[i - 1].c[c].name = strdup(val)) == NULL) -- 1.7.10.4