summaryrefslogtreecommitdiff
path: root/libs/pbd/pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pool.cc')
-rw-r--r--libs/pbd/pool.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pbd/pool.cc b/libs/pbd/pool.cc
index af57871da9..9c60e5c4ce 100644
--- a/libs/pbd/pool.cc
+++ b/libs/pbd/pool.cc
@@ -148,7 +148,6 @@ SingleAllocMultiReleasePool::release (void* ptr)
static void
free_per_thread_pool (void* ptr)
{
- cerr << "Deleting a per thread pool @ " << ptr << endl;
Pool* pptr = static_cast<Pool*>(ptr);
delete pptr;
}