From 3e35a6892275bbc9db477cb9cd566042efc907a7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 23 Mar 2020 18:33:18 -0600 Subject: [PATCH] remove debug output --- libs/ardour/session_process.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 37a93468bf..23b181a83c 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -1332,7 +1332,6 @@ Session::plan_master_strategy (pframes_t nframes, double master_speed, samplepos * session (so far). */ - cerr << "chase/locate using " << current_usecs_per_track << " usecs/track\n"; locate_target += wlp + lrintf (ntracks() * sample_rate() * (1.5 * (current_usecs_per_track / 1000000.0))); DEBUG_TRACE (DEBUG::Slave, string_compose ("After locate-to-catch-master, still too far off (%1). Locate again to %2\n", delta, locate_target));