From 356ae378f93d8331b57108702e48531b2d4ec5bd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 9 Sep 2024 14:32:07 +0200 Subject: [PATCH] Cleanup --- RNS/Interfaces/RNodeInterface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index b8c2894..e0c103f 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -622,7 +622,6 @@ class RNodeInterface(Interface): self.r_state = byte if self.r_state: pass - RNS.log(str(self)+" Radio reporting state is online", RNS.LOG_DEBUG) else: RNS.log(str(self)+" Radio reporting state is offline", RNS.LOG_DEBUG)