summaryrefslogtreecommitdiff
path: root/libs/ardour/process_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/process_thread.cc')
-rw-r--r--libs/ardour/process_thread.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/process_thread.cc b/libs/ardour/process_thread.cc
index e36639aaf5..046bc2015f 100644
--- a/libs/ardour/process_thread.cc
+++ b/libs/ardour/process_thread.cc
@@ -59,7 +59,6 @@ ProcessThread::get_buffers ()
assert (tb);
_private_thread_buffers->set (tb);
- cerr << "ProcThread " << this << " using TBs at " << tb << " (aka. " << _private_thread_buffers->get() << endl;
}
void
@@ -69,7 +68,6 @@ ProcessThread::drop_buffers ()
assert (tb);
BufferManager::put_thread_buffers (tb);
_private_thread_buffers->set (0);
- cerr << "ProcThread " << this << " dropped TBs\n";
}
BufferSet&