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 (); }