mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove debug output
This commit is contained in:
parent
8e4edd0c07
commit
0eeb281bd6
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue