build: Remove useless info message

Pisi fails when orphaned files found. No need to print this
message for successful builds.
This commit is contained in:
Fatih Aşıcı
2010-10-11 06:50:59 +00:00
parent 7e229e7793
commit b031d6080e
-3
View File
@@ -1073,9 +1073,6 @@ class Builder:
pkg.close()
self.set_state("buildpackages")
ctx.ui.info(_("All of the files under the install dir (%s) has been "
"collected by package(s)") % install_dir)
if ctx.config.values.general.autoclean is True:
ctx.ui.info(_("Cleaning Build Directory..."))
util.clean_dir(self.pkg_dir())