From 3ae8a97d156b9c0c6f901116e6d526344f214e95 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 15 Sep 2023 09:23:09 +0200 Subject: [PATCH] Delete to do log --- csharp/App/SaliMax/src/SaliMaxRelays/RelaysDevice.cs | 2 -- 1 file changed, 2 deletions(-) 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; } }