From a83157de45d79dbd17721d729f3ac014e84e9573 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 13 Apr 2010 21:05:59 +0000 Subject: remove babbling torrent of debug output git-svn-id: svn://localhost/ardour2/branches/3.0@6889 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/process_thread.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/process_thread.cc') 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& -- cgit v1.2.3