1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

- removed debug output

This commit is contained in:
Marcus Huewe 2013-02-14 15:39:57 +01:00
parent 920028524b
commit f0d1acf8d4

View File

@ -914,7 +914,6 @@ class Osc(cmdln.Cmdln):
# loop via all packages for checking their state
for p in meta_get_packagelist(apiurl, project):
print "XXX", p
# get _link info from server, that knows about the local state ...
u = makeurl(apiurl, ['source', project, p])
f = http_GET(u)