From f5f95eef9a7fb3230505770b8abc329fb009f920 Mon Sep 17 00:00:00 2001 From: Matthias Hub Date: Sun, 24 Jul 2011 00:52:34 +0200 Subject: [PATCH] removed debug logging --- openlp.pyw | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp.pyw b/openlp.pyw index 71a13de08..fe96ebd23 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -92,7 +92,6 @@ class OpenLP(QtGui.QApplication): """ Run the OpenLP application. """ - log.debug("run()") # On Windows, the args passed into the constructor are # ignored. Not very handy, so set the ones we want to use. self.args.extend(args)