remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 17 Jun 2016 03:34:28 +0000 (23:34 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 27 Sep 2016 19:59:29 +0000 (14:59 -0500)
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);
        }