mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
remove debug print again
This commit is contained in:
parent
ccc6b44e2c
commit
b2cb30f31b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user