remove redundant treeinfo log message in __init__
This commit is contained in:
parent
fa36b808d0
commit
8f45d48562
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user