13
0

remove debug output

This commit is contained in:
Paul Davis 2024-01-10 15:09:40 -07:00
parent 8e4edd0c07
commit 0eeb281bd6

View File

@ -243,7 +243,6 @@ MidiModel::NoteDiffCommand::operator() ()
MidiModel::WriteLock lock(_model->edit_lock());
for (NoteList::iterator i = _added_notes.begin(); i != _added_notes.end(); ++i) {
std::cerr << "====== ADDDED a note " << *i << std::endl;
if (!_model->add_note_unlocked(*i)) {
/* failed to add it, so don't leave it in the removed list, to
avoid apparent errors on undo.