From 01ef041f6b97b914eaa4f4360fcf90d6f41e9ac6 Mon Sep 17 00:00:00 2001 From: BeZo Date: Tue, 5 Jul 2022 23:30:28 +0200 Subject: [PATCH] Build Fix and Working Sysex --- src/mididevice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mididevice.cpp b/src/mididevice.cpp index 389e32f..6847395 100644 --- a/src/mididevice.cpp +++ b/src/mididevice.cpp @@ -337,7 +337,6 @@ void CMIDIDevice::HandleSystemExclusive(const uint8_t* pMessage, const size_t nL if ( instanceID != nTG ) { printf("WARNING instanceID and nTG do not match!!!!!\n"); } LOGDBG("SYSEX handler return value: %d", sysex_return); - printf("SYSEX handler return value: %d for TG %i\n", sysex_return, instanceID); switch (sysex_return) {