remove debug output
This commit is contained in:
parent
8e4edd0c07
commit
0eeb281bd6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user