13
0

remove debug output

This commit is contained in:
Paul Davis 2014-07-09 12:06:36 -04:00
parent 3fae5f15af
commit 9bfe716239

View File

@ -160,7 +160,6 @@ AudioDiskstream::non_realtime_input_change ()
boost::shared_ptr<ChannelList> cr = channels.reader();
if (!cr->empty() && !cr->front()->write_source) {
need_write_sources = true;
cerr << name() << " no write sources!\n";
}
if (input_change_pending.type == IOChange::ConfigurationChanged) {