Skip to content

Commit

Permalink
Deleted prints in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceFledgling committed Nov 26, 2023
1 parent cdfb0f7 commit 9739db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asyncio_telnet/asyncio_telnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ async def read_until_eof(self, read_timeout=None, decode=False):
timer = 0
response = b''
read_timeout = read_timeout or self.read_timeout
print('read_timeout', read_timeout)
if self.mode == 'smart' and self.eor_support is None:
await self.write(IAC + WILL + EOR)
while True:
Expand Down

0 comments on commit 9739db7

Please sign in to comment.