From f6d60abda803d62f5efa8ffdfccc66d09951966b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 1 Oct 2023 13:26:09 -0600 Subject: [PATCH] remove debug output --- libs/ardour/butler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 0f973d3131..b1e05bb344 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -479,7 +479,6 @@ Butler::process_delegated_work () void Butler::drop_references () { - std::cerr << "Butler drops pool trash\n"; SessionEvent::pool->set_trash (0); process_delegated_work (); }