mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
remove debug output
This commit is contained in:
parent
eadf9bbef1
commit
3438003566
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue