Remove unused debugging output

This commit is contained in:
2017-04-27 19:20:08 +08:00
parent efc5389840
commit 0fd85e18d7

View File

@@ -145,7 +145,6 @@ class StagingHelper(object):
raise
for en in root.findall('entry'):
if en.attrib['name'].endswith('.spec'):
print en.attrib['name'][:-5]
expanded_packages.append(en.attrib['name'][:-5])
return expanded_packages