remove extra line

This commit is contained in:
Tim Bentley 2018-02-03 12:03:37 +00:00
parent 340b3f6597
commit 602b115f43
1 changed files with 0 additions and 1 deletions

View File

@ -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()