diff --git a/src/Plugins/Artemis.Plugins.Devices.Logitech/LogitechDeviceProvider.cs b/src/Plugins/Artemis.Plugins.Devices.Logitech/LogitechDeviceProvider.cs index 5045c638f..2110311e7 100644 --- a/src/Plugins/Artemis.Plugins.Devices.Logitech/LogitechDeviceProvider.cs +++ b/src/Plugins/Artemis.Plugins.Devices.Logitech/LogitechDeviceProvider.cs @@ -49,7 +49,6 @@ namespace Artemis.Plugins.Devices.Logitech catch (Exception) { _logger.Debug("Found Logitech device with PID {pid}", hidDevice.ProductID); - throw; } } }