remove debug print again

This commit is contained in:
Tomas Groth 2019-02-17 21:26:29 +01:00
parent ccc6b44e2c
commit b2cb30f31b
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ class Builder(object):
Return text from stdout.
"""
print(cmd)
proc = Popen(cmd, stdout=PIPE, stderr=PIPE, universal_newlines=True)
output, error = proc.communicate()
code = proc.wait()