From e9b9f03499b9fe6a7bf6940f34b46c9806b5efc9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2020 10:21:41 -0600 Subject: [PATCH] remove debug/information message --- libs/ardour/session_transport.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index 3447d550dd..ed5d590e60 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -1284,7 +1284,6 @@ Session::non_realtime_locate () for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i, ++nt) { (*i)->non_realtime_locate (tf); if (sc != g_atomic_int_get (&_seek_counter)) { - std::cerr << "\n\nLOCATE INTERRUPTED BY LOCATE!!!\n\n"; goto restart; } }