[entropy.qa] remove unwanted output message from test_missing_dependencies.

The message heavily depends on the context in where test_missing_dependencies
is executed.
This commit is contained in:
Fabio Erculiani
2013-02-09 14:27:01 +00:00
parent d2babac662
commit f15efc018d
-7
View File
@@ -266,13 +266,6 @@ class QAInterface(TextInterface, EntropyPluginStore):
if blacklist is None:
blacklist = set()
scan_msg = blue(_("Searching for missing Runtime dependencies"))
self.output(
"%s..." % (scan_msg,),
importance = 1,
level = "info",
header = red(" @@ ")
)
scan_msg = blue(_("scanning"))
count = 0
maxcount = len(package_matches)