From 717d6b4ee2b2acc264dfe65929638cc252460121 Mon Sep 17 00:00:00 2001 From: Franke Burgarino Date: Mon, 29 Sep 2025 09:44:29 -0500 Subject: [PATCH] Remove debugging statements --- libs/ardour/strum.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/strum.cc b/libs/ardour/strum.cc index 67c0e248b6..8ca58b9a45 100644 --- a/libs/ardour/strum.cc +++ b/libs/ardour/strum.cc @@ -79,7 +79,6 @@ Strum::operator()(std::shared_ptr model, for (std::vector::const_iterator i = all_notes.begin(); i != all_notes.end(); ++i) { const NotePtr note = *i; - std::cout << (*i)->note() << std::endl; if ((*i)->time() != prev_time) { total_offset = 0; }