1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-24 17:16:12 +01:00

- build.py: remove debug output

This commit is contained in:
Marcus Huewe 2011-03-19 10:47:00 +01:00
parent 25d6c66aa9
commit 400e417a5f

View File

@ -855,7 +855,6 @@ def main(apiurl, opts, argv):
if hostarch != bi.buildarch and bi.buildarch in change_personality:
cmd = [ change_personality[bi.buildarch] ] + cmd;
print cmd
try:
rc = subprocess.call(cmd)
if rc: