remove debug output

This commit is contained in:
Paul Davis 2014-07-09 12:06:36 -04:00
parent 6ea7beb56f
commit b1fe57e4c5

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) {