mirror of https://github.com/n1nj4sec/pupy.git
Remove debug print
This commit is contained in:
parent
d547cf6198
commit
a1cfce2d08
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue