From 8f45d4856219f081f5236167dab0ecdb44fb80aa Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 11 May 2011 14:07:46 -0400 Subject: [PATCH] remove redundant treeinfo log message in __init__ --- src/pylorax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 01b20f65..4bd1ff52 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -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():