From 54c71517a2b11736445c50bb7322ecb154c4cf86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Tue, 7 Jun 2011 06:31:04 +0000 Subject: [PATCH] build: Prune another useless warning This line is always printed, it doesn't actually warn the user about an anomaly. --- pisi/operations/build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pisi/operations/build.py b/pisi/operations/build.py index 65cae034..eeacc422 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -785,8 +785,6 @@ class Builder: util.strlist(extra_names)) extra_deps = [dependency.Dependency(package=x) for x in extra_names] build_deps.extend(extra_deps) - else: - ctx.ui.info(_('Safety switch: system.devel is already installed')) else: ctx.ui.warning(_('Safety switch: the component system.devel cannot be found'))