From 54730c2aa5f6467024f2c1429ba74d78e0c1703e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Jul 2016 16:21:03 -0400 Subject: remove long-lived debug output related to RT-setting of controls --- libs/ardour/session_rtevents.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/session_rtevents.cc') diff --git a/libs/ardour/session_rtevents.cc b/libs/ardour/session_rtevents.cc index 5572cdce70..00d966acaa 100644 --- a/libs/ardour/session_rtevents.cc +++ b/libs/ardour/session_rtevents.cc @@ -41,8 +41,6 @@ Session::set_controls (boost::shared_ptr cl, double val, Controllab return; } - std::cerr << "Session::set_controls called on " << cl->size() << " controls, group = " << enum_2_string (gcd) << std::endl; - for (ControlList::iterator ci = cl->begin(); ci != cl->end(); ++ci) { /* as of july 2017 this is a no-op for everything except record enable */ (*ci)->do_pre_realtime_queue_stuff (val); -- cgit v1.2.3