Remove debug print

This commit is contained in:
Oleksii Shevchuk 2016-08-26 19:56:48 +03:00
parent d547cf6198
commit a1cfce2d08
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class InteractiveShell(PupyModule):
try:
tty.setraw(fd)
buf=b''
print self.client.conn.__dict__
while True:
r, w, x = select.select([sys.stdin], [], [], 0.01)
if sys.stdin in r: