From fd81d23789d7d849fda5ad863a7803e1c010221e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 9 Dec 2009 12:01:26 +0100 Subject: CCpp: removing useless and annoying "Starting report creation" Signed-off-by: Denys Vlasenko --- lib/Plugins/Firefox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Plugins/Firefox.cpp') diff --git a/lib/Plugins/Firefox.cpp b/lib/Plugins/Firefox.cpp index 2a35dc1..6f2c60d 100644 --- a/lib/Plugins/Firefox.cpp +++ b/lib/Plugins/Firefox.cpp @@ -879,8 +879,6 @@ static bool DebuginfoCheckPolkit(int uid) void CAnalyzerFirefox::CreateReport(const char *pDebugDumpDir, int force) { - update_client(_("Starting report creation...")); - std::string package; std::string backtrace; std::string UID; -- cgit