build: Prune another useless warning

This line is always printed, it doesn't actually warn the user about
an anomaly.
This commit is contained in:
Ozan Çağlayan
2011-06-07 06:31:04 +00:00
parent c70885b01c
commit 54c71517a2
-2
View File
@@ -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'))