From 602b115f4335a20c2149bdc8e56ee74fe4ad3541 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 3 Feb 2018 12:03:37 +0000 Subject: [PATCH] remove extra line --- openlp/core/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/app.py b/openlp/core/app.py index 1bc069323..eb15c69b7 100644 --- a/openlp/core/app.py +++ b/openlp/core/app.py @@ -122,7 +122,6 @@ class OpenLP(QtWidgets.QApplication, LogMixin): # now kill the splashscreen log.debug('Splashscreen closing') self.splash.close() - #self.splash.finish(self.main_window) log.debug('Splashscreen closed') # make sure Qt really display the splash screen self.processEvents()