mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Remove printf
This commit is contained in:
parent
42ae0a5871
commit
cf423fb2aa
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ static void combi_mode_init ( Switcher *sw )
|
|||
sw->private_data = (void *) pd;
|
||||
for ( unsigned int i = 0; i < num_switchers; i++ ) {
|
||||
if ( switchers[i] != sw ) {
|
||||
fprintf ( stderr, "Adding: %s\n", switchers[i]->name );
|
||||
combi_add_switcher ( sw, switchers[i] );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue