13
0

remove long-lived debug output related to RT-setting of controls

This commit is contained in:
Paul Davis 2016-07-20 16:21:03 -04:00
parent 52d746c5fb
commit 54730c2aa5

View File

@ -41,8 +41,6 @@ Session::set_controls (boost::shared_ptr<ControlList> 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);