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:
parent
25d6c66aa9
commit
400e417a5f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user