1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Logitech - Don't throw what we just caught

This commit is contained in:
SpoinkyNL 2020-03-03 21:50:03 +01:00
parent e23b994a9f
commit a5f8a1361f

View File

@ -49,7 +49,6 @@ namespace Artemis.Plugins.Devices.Logitech
catch (Exception)
{
_logger.Debug("Found Logitech device with PID {pid}", hidDevice.ProductID);
throw;
}
}
}