mirror of https://github.com/n1nj4sec/pupy.git
Remove debug messages
This commit is contained in:
parent
cf6c894f58
commit
d09622a53b
|
@ -201,8 +201,6 @@ class InteractiveShell(PupyModule):
|
|||
interactive=True,
|
||||
)
|
||||
|
||||
print "DEBUG: {}".format(self.complete.is_set())
|
||||
|
||||
sys.stdout.write('\r\nREPL started. Ctrl-C will the module \r\n')
|
||||
|
||||
if self.client.is_windows():
|
||||
|
|
|
@ -102,9 +102,6 @@ class SafePopen(object):
|
|||
'stdin': subprocess.PIPE
|
||||
})
|
||||
|
||||
print "DEBUG: {}, {}".format(
|
||||
self._popen_args, kwargs)
|
||||
|
||||
self._pipe = subprocess.Popen(
|
||||
*self._popen_args,
|
||||
**kwargs
|
||||
|
|
Loading…
Reference in New Issue