remove debug output
[ardour.git] / libs / surfaces / push2 / push2.cc
index b866dcbb9e5fa9e2d1e7af9be1a56830da9909e6..fe033a80768740da46f3a648b094ea62032a8863 100644 (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);
        }