remove observable - switch because we are already using pubsub elsewhere

This commit is contained in:
Kevin Hester
2024-06-23 08:17:54 -07:00
parent 46edd78f92
commit 7b18fd599c
5 changed files with 23 additions and 59 deletions

View File

@@ -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()")