remove stacktrace call

This commit is contained in:
Paul Davis
2025-11-01 08:40:24 -06:00
parent ddf5c3c8b6
commit 1743317acd

View File

@@ -937,7 +937,6 @@ MidiView::start_note_diff_command (string name, bool with_reversible_command)
_note_diff_command = _model->new_note_diff_command (name);
} else {
std::cerr << "ERROR: start_note_diff_command command called, but a note_diff_command was already underway" << std::endl;
PBD::stacktrace (std::cerr, 19);
}
}