Remove unused variable

This commit is contained in:
Florian Bruhin 2018-06-14 14:57:55 +02:00
parent 7592186181
commit e4e982c0a7

View File

@ -206,7 +206,6 @@ class CrashHandler(QObject):
gracefully.
"""
exc = (exctype, excvalue, tb)
qapp = QApplication.instance()
if not self._quitter.quit_status['crash']:
log.misc.error("ARGH, there was an exception while the crash "