remove debug output
This commit is contained in:
parent
3fae5f15af
commit
9bfe716239
@ -160,7 +160,6 @@ AudioDiskstream::non_realtime_input_change ()
|
|||||||
boost::shared_ptr<ChannelList> cr = channels.reader();
|
boost::shared_ptr<ChannelList> cr = channels.reader();
|
||||||
if (!cr->empty() && !cr->front()->write_source) {
|
if (!cr->empty() && !cr->front()->write_source) {
|
||||||
need_write_sources = true;
|
need_write_sources = true;
|
||||||
cerr << name() << " no write sources!\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (input_change_pending.type == IOChange::ConfigurationChanged) {
|
if (input_change_pending.type == IOChange::ConfigurationChanged) {
|
||||||
|
Loading…
Reference in New Issue
Block a user