diff --git a/source/textbox.c b/source/textbox.c index 6d199668..e328e19e 100644 --- a/source/textbox.c +++ b/source/textbox.c @@ -605,7 +605,6 @@ int textbox_keypress ( textbox *tb, XEvent *ev ) static void parse_color ( Visual *visual, Colormap colormap, const char *bg, XftColor *color ) { -printf("color: %s\n", bg); if ( bg == NULL ) { return; }