JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
*sigh* stupid debug still enabled
authorMarco Peereboom <marco@conformal.com>
Thu, 22 Jan 2009 18:04:02 +0000 (18:04 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 22 Jan 2009 18:04:02 +0000 (18:04 +0000)
scrotwm.c

index d0e2521..c4a6ae8 100644 (file)
--- 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)