Remove printf.

This commit is contained in:
Qball Cow 2015-04-07 10:45:04 +02:00
parent 82b37eef10
commit f72629a370
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}