mirror of
https://github.com/meshtastic/python.git
synced 2026-02-15 10:21:25 -05:00
comment out code until it does not complain
This commit is contained in:
@@ -131,9 +131,9 @@ class StreamInterface(MeshInterface):
|
||||
|
||||
try:
|
||||
while not self._wantExit:
|
||||
logging.debug("reading character")
|
||||
#logging.debug("reading character")
|
||||
b = self._readBytes(1)
|
||||
logging.debug("In reader loop")
|
||||
#logging.debug("In reader loop")
|
||||
#logging.debug(f"read returned {b}")
|
||||
if len(b) > 0:
|
||||
c = b[0]
|
||||
|
||||
Reference in New Issue
Block a user