From 3762743691d1fa9ea53480644d72e01e9b137bc3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 27 Oct 2025 16:05:48 -0600 Subject: [PATCH] remove debug output --- libs/ardour/triggerbox.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index bf173072b2..ff0407f2d9 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -3729,7 +3729,6 @@ TriggerBox::maybe_capture (BufferSet& bufs, samplepos_t start_sample, samplepos_ if (speed <= 0.) { if (_record_state == Recording) { - std::cerr << "time to stop record\n"; /* We stopped the transport, so just stop immediately (no quantization) */ finish_recording (); }