From da0d81e7000f89d495ad4e95a5f3abeb9f26f039 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 15 Oct 2014 07:34:13 +0200 Subject: [PATCH] Remove warning about crash log. This was a leftover from dcad41c92e8b5a6875e6b70b91c75f1374badf56 --- qutebrowser/app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index e23acffa3..bf8380921 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -188,10 +188,6 @@ class Application(QApplication): # previously. self._crashdlg = crash.FatalCrashDialog(data) self._crashdlg.show() - else: - # Crashlog exists but without data. - # This probably means another instance crashed. - log.init.warning("Deleted empty crash log.") else: # There's no log file, so we can use this to display crashes to the # user on the next start.