13
0

remove debug output

This commit is contained in:
Paul Davis 2016-06-16 23:34:28 -04:00
parent eadf9bbef1
commit 3438003566

View File

@ -809,11 +809,9 @@ Push2::notify_solo_active_changed (bool yn)
}
if (yn) {
cerr << "soloing\n";
b->second->set_state (LED::Blinking4th);
b->second->set_color (LED::Red);
} else {
cerr << "NOT soloing\n";
b->second->set_state (LED::Off);
}