comment out code until it does not complain

This commit is contained in:
Mike Kinney
2022-06-16 22:38:23 -07:00
parent c02a4d8138
commit 5bfebbe436
4 changed files with 50 additions and 47 deletions

View File

@@ -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]