Delete to do log

This commit is contained in:
atef 2023-09-15 09:23:09 +02:00
parent 3b77c4a5b2
commit 3ae8a97d15
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ public class RelaysDevice
catch (Exception e) catch (Exception e)
{ {
$"Failed to read from {nameof(RelaysDevice)}\n{e}".LogError(); $"Failed to read from {nameof(RelaysDevice)}\n{e}".LogError();
// TODO: log
return null; return null;
} }
} }