mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 14:58:54 -04:00
remove observable - switch because we are already using pubsub elsewhere
This commit is contained in:
@@ -142,9 +142,6 @@ class StreamInterface(MeshInterface):
|
||||
else:
|
||||
self.cur_log_line += utf
|
||||
|
||||
if self.debugOut is not None:
|
||||
self.debugOut.write(utf)
|
||||
|
||||
def __reader(self):
|
||||
"""The reader thread that reads bytes from our stream"""
|
||||
logging.debug("in __reader()")
|
||||
|
||||
Reference in New Issue
Block a user