Remove debug messages

This commit is contained in:
Oleksii Shevchuk 2016-10-31 13:23:25 +02:00
parent cf6c894f58
commit d09622a53b
2 changed files with 0 additions and 5 deletions

View File

@ -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():

View File

@ -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