Removed extra call of shared.thisapp.cleanup() in bitmessageqt

This commit is contained in:
Dmitri Bogomolov 2018-07-22 20:54:54 +03:00
parent ff04bf072e
commit 9ef928b4a9
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 1 deletions

View File

@ -2891,7 +2891,7 @@ class MyForm(settingsmixin.SMainWindow):
self.updateStatusBar(_translate(
"MainWindow", "Shutdown imminent... %1%").arg(100))
shared.thisapp.cleanup()
logger.info("Shutdown complete")
super(MyForm, myapp).close()
# return