From f1e6cc50b01bacd5009cd2fee97e6b771eb18d66 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 25 Feb 2017 19:56:51 +0100 Subject: [PATCH] Revert "libs: debug output for faderport/editor mixer strip sync" This reverts commit 6fb91b1ac25bbeb282228822efbdc91b62941f6e. --- libs/surfaces/control_protocol/control_protocol.cc | 5 ----- libs/surfaces/faderport/faderport.cc | 7 +------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/libs/surfaces/control_protocol/control_protocol.cc b/libs/surfaces/control_protocol/control_protocol.cc index a77223bcc8..36131e0b9e 100644 --- a/libs/surfaces/control_protocol/control_protocol.cc +++ b/libs/surfaces/control_protocol/control_protocol.cc @@ -371,11 +371,6 @@ ControlProtocol::set_first_selected_stripable (boost::shared_ptr s) { Glib::Threads::Mutex::Lock lm (special_stripable_mutex); _first_selected_stripable = s; - if (s) { - std::cerr << "control protocol now has first selected as " << s->name() << endl; - } else { - std::cerr << "control protocol: first selected unset\n"; - } } void diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index 1b3e4a3ac8..5da4ecdd3c 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -1115,12 +1115,7 @@ FaderPort::Button::get_state () const void FaderPort::gui_track_selection_changed (StripableNotificationListPtr stripables) { - boost::shared_ptr s = ControlProtocol::first_selected_stripable(); - cerr << "Faderport: GUI track selection changed, first = " - << (s ? s->name() : " --none-- ") - << endl; - - set_current_stripable (s); + set_current_stripable (ControlProtocol::first_selected_stripable()); } void