From dad47e445cb3496c0f904fef3090e6469f0cc1a4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 6 Nov 2019 23:54:47 -0700 Subject: [PATCH] remove debug output --- libs/ardour/plugin.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc index 0539d5a8cf..0436f6aac0 100644 --- a/libs/ardour/plugin.cc +++ b/libs/ardour/plugin.cc @@ -393,11 +393,9 @@ Plugin::realtime_handle_transport_stopped () void Plugin::realtime_locate (bool for_loop_end) { - std::cerr << name() << " RL fle = " << for_loop_end << std::endl; - - //if (!for_loop_end) { + if (!for_loop_end) { resolve_midi (); -//} + } } void