Revert "fix(hotkeys): catch any further errors (#505)"

This reverts commit 64d8cafff7e2eb7e3151332a22f139f0135d82f6.
This commit is contained in:
D3SOX 2022-05-27 18:45:40 +02:00
parent 885230b7bc
commit 32e3231d60
No known key found for this signature in database
GPG Key ID: 39EC1673FC37B048

View File

@ -99,10 +99,6 @@ namespace Soundux
{
Fancy::fancy.logTime().failure() << "Failed to initialize libremidi: " << e.what() << std::endl;
}
catch (...)
{
Fancy::fancy.logTime().failure() << "Unknown libremidi exception" << std::endl;
}
}
void Hotkeys::notify(bool state)
{