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 (); }