mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 05:26:16 +01:00
- removed debug output
This commit is contained in:
parent
920028524b
commit
f0d1acf8d4
@ -914,7 +914,6 @@ class Osc(cmdln.Cmdln):
|
|||||||
|
|
||||||
# loop via all packages for checking their state
|
# loop via all packages for checking their state
|
||||||
for p in meta_get_packagelist(apiurl, project):
|
for p in meta_get_packagelist(apiurl, project):
|
||||||
print "XXX", p
|
|
||||||
# get _link info from server, that knows about the local state ...
|
# get _link info from server, that knows about the local state ...
|
||||||
u = makeurl(apiurl, ['source', project, p])
|
u = makeurl(apiurl, ['source', project, p])
|
||||||
f = http_GET(u)
|
f = http_GET(u)
|
||||||
|
Loading…
Reference in New Issue
Block a user