Remove warning about crash log.

This was a leftover from dcad41c92e
This commit is contained in:
Florian Bruhin 2014-10-15 07:34:13 +02:00
parent fb3682f5fa
commit da0d81e700

View File

@ -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.