From 86ec612af039ad4d747b4097727f3984b3cf4e5a Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Mon, 28 Mar 2011 21:47:19 +0100 Subject: [PATCH] Oops, prints --- openlp.pyw | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp.pyw b/openlp.pyw index ca61cbcf4..c9c5294b5 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -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()