Comment out "MIDI message is shorter than 2 bytes!"

Closes https://github.com/probonopd/MiniDexed/issues/437
pull/405/merge
probonopd 1 year ago committed by GitHub
parent 85d36a875b
commit 43c0cd3dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;
}

Loading…
Cancel
Save