Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Remove extra debug print.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed Nov 26, 2012
1 parent bc5e0fd commit ee19ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repomd-pattern-builder.py
Expand Up @@ -93,7 +93,6 @@ def process_yaml(stream, version, release, proot, newobsapi):
key = "Requires"
print "WARNING: Oboleted key 'Packages' in .yaml please change to 'Requires'."

print "Creating key %s" % (key)
req = etree.SubElement(proot, "{%s}%s" % (rpm_ns,key.lower()))

for p in collect:
Expand Down

0 comments on commit ee19ca4

Please sign in to comment.