forked from openlp/openlp
Remove print
This commit is contained in:
parent
83629a1b22
commit
bc4cc7adb9
@ -176,7 +176,6 @@ class Plugin(QtCore.QObject):
|
|||||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||||
QtCore.SIGNAL(u'%s_config_updated' % self.name),
|
QtCore.SIGNAL(u'%s_config_updated' % self.name),
|
||||||
self.configUpdated)
|
self.configUpdated)
|
||||||
print u'%s_config_updated' % self.name
|
|
||||||
|
|
||||||
def checkPreConditions(self):
|
def checkPreConditions(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user