diff --git a/csharp/App/SaliMax/src/SaliMaxRelays/RelaysDevice.cs b/csharp/App/SaliMax/src/SaliMaxRelays/RelaysDevice.cs index 118d1ed54..5413d0690 100644 --- a/csharp/App/SaliMax/src/SaliMaxRelays/RelaysDevice.cs +++ b/csharp/App/SaliMax/src/SaliMaxRelays/RelaysDevice.cs @@ -19,8 +19,6 @@ public class RelaysDevice catch (Exception e) { $"Failed to read from {nameof(RelaysDevice)}\n{e}".LogError(); - - // TODO: log return null; } }