From a5f8a1361f749d1d969827513fc746fa3a5585b1 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Tue, 3 Mar 2020 21:50:03 +0100 Subject: [PATCH] Logitech - Don't throw what we just caught --- .../Artemis.Plugins.Devices.Logitech/LogitechDeviceProvider.cs | 1 - 1 file changed, 1 deletion(-) 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; } } }