remove commented debug output

This commit is contained in:
Paul Davis 2021-05-04 11:28:28 -06:00
parent 9448973163
commit 30c03c0c45
1 changed files with 1 additions and 1 deletions

View File

@ -1390,10 +1390,10 @@ void
Session::set_track_monitor_input_status (bool yn)
{
boost::shared_ptr<RouteList> rl = routes.reader ();
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {
boost::shared_ptr<AudioTrack> tr = boost::dynamic_pointer_cast<AudioTrack> (*i);
if (tr && tr->rec_enable_control()->get_value()) {
//cerr << "switching to input = " << !auto_input << __FILE__ << __LINE__ << endl << endl;
tr->request_input_monitoring (yn);
}
}