Oops, prints

This commit is contained in:
Jonathan Corwin 2011-03-28 21:47:19 +01:00
parent 221fa3b8b6
commit 86ec612af0

View File

@ -116,8 +116,6 @@ class OpenLP(QtGui.QApplication):
# make sure Qt really display the splash screen
self.processEvents()
# start the main app window
print self.applicationFilePath()
print self.arguments()[1]
self.mainWindow = MainWindow(screens, self.clipboard(),
self.arguments())
self.mainWindow.show()