remove log spam (hopefully)

This commit is contained in:
tildearrow 2022-07-24 03:41:01 -05:00
parent b75787603a
commit 542a46e89b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ bool TAMidiInRtMidi::gather() {
}
} catch (RtMidiError& e) {
logE("MIDI input error! %s",e.what());
closeDevice();
return false;
}
return true;