remove stacktrace

This commit is contained in:
Paul Davis 2019-11-06 23:55:46 -07:00
parent dad47e445c
commit f37758ffb7
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ MidiStateTracker::resolve_notes (MidiBuffer &dst, samplepos_t time)
return;
}
PBD::stacktrace (std::cerr, 20);
for (int channel = 0; channel < 16; ++channel) {
for (int note = 0; note < 128; ++note) {
while (_active_notes[note + 128 * channel]) {