summaryrefslogtreecommitdiff
path: root/libs/ardour/process_thread.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-13 21:05:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-13 21:05:59 +0000
commita83157de45d79dbd17721d729f3ac014e84e9573 (patch)
treef1392558786c0f576eb5fcff99572c7d32e54e70 /libs/ardour/process_thread.cc
parent3ea10b38bbb4b471178793f68fbd3a0ee74449f6 (diff)
remove babbling torrent of debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@6889 d708f5d6-7413-0410-9779-e7cbd77b26cf
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&