mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
remove debug output
This commit is contained in:
parent
6ea7beb56f
commit
b1fe57e4c5
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue