1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Remove printf

This commit is contained in:
QC 2015-03-30 20:23:41 +02:00
parent 42ae0a5871
commit cf423fb2aa

View file

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