1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Remove printf.

This commit is contained in:
Qball Cow 2015-04-07 10:45:04 +02:00
parent 82b37eef10
commit f72629a370

View file

@ -605,7 +605,6 @@ int textbox_keypress ( textbox *tb, XEvent *ev )
static void parse_color ( Visual *visual, Colormap colormap, static void parse_color ( Visual *visual, Colormap colormap,
const char *bg, XftColor *color ) const char *bg, XftColor *color )
{ {
printf("color: %s\n", bg);
if ( bg == NULL ) { if ( bg == NULL ) {
return; return;
} }