mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
Remove printf.
This commit is contained in:
parent
82b37eef10
commit
f72629a370
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue