Removed a lone debug.

This commit is contained in:
Raoul Snyman 2009-10-08 21:37:14 +02:00
parent 87b12a1e27
commit 0c0bc504ac
1 changed files with 0 additions and 1 deletions

View File

@ -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!