remove debug output
This commit is contained in:
parent
eadf9bbef1
commit
3438003566
@ -809,11 +809,9 @@ Push2::notify_solo_active_changed (bool yn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (yn) {
|
if (yn) {
|
||||||
cerr << "soloing\n";
|
|
||||||
b->second->set_state (LED::Blinking4th);
|
b->second->set_state (LED::Blinking4th);
|
||||||
b->second->set_color (LED::Red);
|
b->second->set_color (LED::Red);
|
||||||
} else {
|
} else {
|
||||||
cerr << "NOT soloing\n";
|
|
||||||
b->second->set_state (LED::Off);
|
b->second->set_state (LED::Off);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user