remove debug output

This commit is contained in:
Paul Davis 2020-05-06 09:53:41 -06:00
parent deca562108
commit 2e2ca85131

View File

@ -2440,10 +2440,7 @@ MidiRegionView::remove_from_selection (NoteBase* ev)
if (_selection.empty()) { if (_selection.empty()) {
PublicEditor& editor (trackview.editor()); PublicEditor& editor (trackview.editor());
cerr << "Removing MRV from selection\n";
editor.get_selection().remove (this); editor.get_selection().remove (this);
} else {
cerr << "note selection not empty\n";
} }
} }