diff --git a/libs/surfaces/push2/push2.cc b/libs/surfaces/push2/push2.cc index b866dcbb9e..fe033a8076 100644 --- a/libs/surfaces/push2/push2.cc +++ b/libs/surfaces/push2/push2.cc @@ -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); }