From a9e1a591aa2ff8f0c51cbb441cb52aacfe6a265c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 31 Oct 2024 12:06:28 -0600 Subject: [PATCH] remove debug output --- libs/ardour/midi_model.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/ardour/midi_model.cc b/libs/ardour/midi_model.cc index f0a60106b9..37890f25f3 100644 --- a/libs/ardour/midi_model.cc +++ b/libs/ardour/midi_model.cc @@ -1269,9 +1269,7 @@ MidiModel::write_to (std::shared_ptr source, bool MidiModel::sync_to_source (const Source::WriterLock& source_lock) { - ReadLock lock(read_lock()); - - std::cerr << "SYNC " << _midi_source.name() << " from model\n"; + ReadLock lock (read_lock()); /* Invalidate and store active notes, which will be picked up by the iterator on the next roll if time progresses linearly. */