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!