From f15efc018ddc5ec61814436bc0de8df3c59c8afd Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 9 Feb 2013 14:27:01 +0000 Subject: [PATCH] [entropy.qa] remove unwanted output message from test_missing_dependencies. The message heavily depends on the context in where test_missing_dependencies is executed. --- lib/entropy/qa.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/entropy/qa.py b/lib/entropy/qa.py index b12162b60..0a796b2f3 100644 --- a/lib/entropy/qa.py +++ b/lib/entropy/qa.py @@ -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)