From 34e0355921f22504687359899cee9711c799e3b5 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 9 May 2011 13:41:12 +0200 Subject: [PATCH] removed debug line --- openlp/core/ui/maindisplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index bb890124a..8af061f2b 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -93,7 +93,6 @@ class MainDisplay(QtGui.QGraphicsView): self.videoWidget.setVisible(False) self.videoWidget.setGeometry(QtCore.QRect(0, 0, self.screen[u'size'].width(), self.screen[u'size'].height())) - log.debug(u'Setup Phonon') if self.isLive: if not self.firstTime: self.createMediaObject()