From 3438003566ddf7e05652f0831a53b70d7cce8c8e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 16 Jun 2016 23:34:28 -0400 Subject: [PATCH] remove debug output --- libs/surfaces/push2/push2.cc | 2 -- 1 file changed, 2 deletions(-) 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); }