From d6242f35f5ec9e355273b871ecadc5ac40e09527 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 27 Apr 2020 16:26:36 +0200 Subject: [PATCH] Remove debug message --- libs/ardour/session.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index d0bb24407f..1ec274b917 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -6571,7 +6571,6 @@ Session::update_latency (bool playback) * Then clear the pending flags in the rt-process context after * a port-registraion callback. */ - cerr << "Session::update_latency called with process-lock held\n"; DEBUG_TRACE (DEBUG::LatencyCompensation, "Engine latency callback: called with process-lock held. queue for later.\n"); queue_latency_recompute (); return;