mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Remove debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@9092 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a187460b07
commit
a6ab93be24
1 changed files with 0 additions and 5 deletions
|
|
@ -397,13 +397,8 @@ Route::process_output_buffers (BufferSet& bufs,
|
|||
{
|
||||
bool monitor = should_monitor ();
|
||||
|
||||
cerr << name() << " will monitor ? " << monitor << endl;
|
||||
|
||||
bufs.is_silent (false);
|
||||
|
||||
cerr << name() << " POB, should declick ? " << declick << endl;
|
||||
declick = 0;
|
||||
|
||||
if (!declick) {
|
||||
declick = _pending_declick;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue