1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-23 05:26:16 +01:00

Removed debug output

Introduced in commit 2953d65220.
This commit is contained in:
Marcus Huewe 2016-09-09 13:22:40 +02:00
parent 2953d65220
commit 008c456942

View File

@ -4557,7 +4557,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
print("ERROR: service run failed", e, file=sys.stderr)
return 1
except oscerr.PackageNotInstalled as e:
print(e.args)
print("ERROR: please install %s" % e.args, end='')
print("or use the --noservice option")
return 1