diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-09 12:01:26 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-09 12:01:26 +0100 |
| commit | fd81d23789d7d849fda5ad863a7803e1c010221e (patch) | |
| tree | 58ffa647e487e7e58b58799d3d6b1cd887e2f9ae /lib/Plugins/Firefox.cpp | |
| parent | 5a5f7b41f8a29727369706f5bde48b475babdc8f (diff) | |
| download | abrt-fd81d23789d7d849fda5ad863a7803e1c010221e.tar.gz abrt-fd81d23789d7d849fda5ad863a7803e1c010221e.tar.xz abrt-fd81d23789d7d849fda5ad863a7803e1c010221e.zip | |
CCpp: removing useless and annoying "Starting report creation"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Firefox.cpp')
| -rw-r--r-- | lib/Plugins/Firefox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
