From b031d6080ef93529a9d2306b99bc9eea1979e980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 11 Oct 2010 06:50:59 +0000 Subject: [PATCH] build: Remove useless info message Pisi fails when orphaned files found. No need to print this message for successful builds. --- pisi/operations/build.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pisi/operations/build.py b/pisi/operations/build.py index 113b9df8..e3ae8fac 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -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())