Remove debugging statements

This commit is contained in:
Franke Burgarino 2025-09-29 09:44:29 -05:00
parent e0a6b64695
commit 717d6b4ee2

View file

@ -79,7 +79,6 @@ Strum::operator()(std::shared_ptr<ARDOUR::MidiModel> model,
for (std::vector<NotePtr>::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;
}