diff --git a/src/core/MIDI_CV.cpp b/src/core/MIDI_CV.cpp index 6bca6609..c8792942 100644 --- a/src/core/MIDI_CV.cpp +++ b/src/core/MIDI_CV.cpp @@ -125,9 +125,6 @@ struct MIDI_CV : Module { } void process(const ProcessArgs& args) override { - if (args.frame % 1000 == 0) - printf("queue size %lu\n", midiInput.size()); - midi::Message msg; while (midiInput.tryPop(&msg, args.frame)) { processMessage(msg);