Removed a leftover print statement

This commit is contained in:
Thomas Nagy 2015-11-06 22:55:45 +01:00
parent 02b8aafb8e
commit 7d25369e6c
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ def exec_command(self, cmd, **kw):
if isinstance(cmd, list):
txt = ' '.join(cmd)
print(txt)
Logs.debug('runner_env: kw=%s' % kw)
try: