Skip to content

Commit

Permalink
- removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Feb 14, 2013
1 parent 9200285 commit f0d1acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osc/commandline.py
Expand Up @@ -914,7 +914,6 @@ def do_submitrequest(self, subcmd, opts, *args):

# 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)
Expand Down

0 comments on commit f0d1acf

Please sign in to comment.