diff --git a/src/mididevice.cpp b/src/mididevice.cpp index 9b3deac..4e51056 100644 --- a/src/mididevice.cpp +++ b/src/mididevice.cpp @@ -164,7 +164,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign if (nLength < 2) { - LOGERR("MIDI message is shorter than 2 bytes!"); + // LOGERR("MIDI message is shorter than 2 bytes!"); return; }