remove long-lived debug output related to RT-setting of controls
This commit is contained in:
parent
52d746c5fb
commit
54730c2aa5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user