From: Marco Peereboom Date: Thu, 22 Jan 2009 18:04:02 +0000 (+0000) Subject: *sigh* stupid debug still enabled X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=ea47115e91b94c61a8e480d4cddd49233026e11a;p=spectrwm.git *sigh* stupid debug still enabled --- 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)