forked from openlp/openlp
Removed a lone debug.
This commit is contained in:
parent
87b12a1e27
commit
0c0bc504ac
@ -38,7 +38,6 @@ class PluginForm(QtGui.QDialog, Ui_PluginViewDialog):
|
|||||||
self.parent = parent
|
self.parent = parent
|
||||||
self.activePlugin = None
|
self.activePlugin = None
|
||||||
self.setupUi(self)
|
self.setupUi(self)
|
||||||
log.debug(u'Defined')
|
|
||||||
self.load()
|
self.load()
|
||||||
self._clearDetails()
|
self._clearDetails()
|
||||||
# Right, now let's put some signals and slots together!
|
# Right, now let's put some signals and slots together!
|
||||||
|
Loading…
Reference in New Issue
Block a user