From 0c0bc504acbb5d6a8046944ac4a901692f638348 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 8 Oct 2009 21:37:14 +0200 Subject: [PATCH] Removed a lone debug. --- openlp/core/ui/pluginform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/pluginform.py b/openlp/core/ui/pluginform.py index beeca9b4a..d9da68714 100644 --- a/openlp/core/ui/pluginform.py +++ b/openlp/core/ui/pluginform.py @@ -38,7 +38,6 @@ class PluginForm(QtGui.QDialog, Ui_PluginViewDialog): self.parent = parent self.activePlugin = None self.setupUi(self) - log.debug(u'Defined') self.load() self._clearDetails() # Right, now let's put some signals and slots together!