From bc4cc7adb9e8ee9aad423906378f36febc7319e4 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 17 Mar 2012 10:54:33 +0000 Subject: [PATCH] Remove print --- openlp/core/lib/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/lib/plugin.py b/openlp/core/lib/plugin.py index 774dca579..f704bd9cd 100644 --- a/openlp/core/lib/plugin.py +++ b/openlp/core/lib/plugin.py @@ -176,7 +176,6 @@ class Plugin(QtCore.QObject): QtCore.QObject.connect(Receiver.get_receiver(), QtCore.SIGNAL(u'%s_config_updated' % self.name), self.configUpdated) - print u'%s_config_updated' % self.name def checkPreConditions(self): """