From d6a1a6439811818481b188ec1cf5479bfb0dede1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 13 Jun 2021 18:36:44 -0600 Subject: [PATCH] remove debug output --- libs/ardour/butler.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 8d70f2d537..3b7b6128ef 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -225,7 +225,6 @@ Butler::thread_work () so do not bother with buffer refills at this time. */ - std::cerr << "new locate detected in restart, lock and signal\n"; Glib::Threads::Mutex::Lock lm (request_lock); DEBUG_TRACE (DEBUG::Butler, string_compose ("\tlocate pending, so just pause @ %1 till woken again\n", g_get_monotonic_time())); paused.signal (); @@ -476,7 +475,6 @@ Butler::wait_until_finished () DEBUG_TRACE (DEBUG::Butler, string_compose ("%1: waiting for butler to finish @ %2\n", DEBUG_THREAD_SELF, g_get_monotonic_time())); queue_request (Request::Pause); paused.wait(request_lock); - std::cerr << "wait till finished is back\n"; } bool