Removing debug output

This commit is contained in:
Griatch 2020-02-01 23:06:37 +01:00
parent 60f5b8c100
commit 67967b8aeb

View file

@ -140,7 +140,6 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
clients, but we must ask for the sake of raw telnet. We ignore clients, but we must ask for the sake of raw telnet. We ignore
this error. this error.
""" """
print("client refuses line mode")
pass pass
def _send_nop_keepalive(self): def _send_nop_keepalive(self):