remove redundant treeinfo log message in __init__

This commit is contained in:
Will Woods 2011-05-11 14:07:46 -04:00
parent fa36b808d0
commit 8f45d48562
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class Lorax(BaseLoraxClass):
logger.info("populating output tree and building boot images")
treebuilder.build()
logger.info("writing .treeinfo")
# write .treeinfo file and we're done
treeinfo = TreeInfo(self.product.name, self.product.version,
self.product.variant, self.arch.basearch)
for section, data in treebuilder.treeinfo_data.items():