Cleanup
This commit is contained in:
parent
28e3919dbd
commit
356ae378f9
|
@ -622,7 +622,6 @@ class RNodeInterface(Interface):
|
||||||
self.r_state = byte
|
self.r_state = byte
|
||||||
if self.r_state:
|
if self.r_state:
|
||||||
pass
|
pass
|
||||||
RNS.log(str(self)+" Radio reporting state is online", RNS.LOG_DEBUG)
|
|
||||||
else:
|
else:
|
||||||
RNS.log(str(self)+" Radio reporting state is offline", RNS.LOG_DEBUG)
|
RNS.log(str(self)+" Radio reporting state is offline", RNS.LOG_DEBUG)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue