Delete to do log
This commit is contained in:
parent
3b77c4a5b2
commit
3ae8a97d15
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue