diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index ae4e8fd9a..c3db9a071 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -396,7 +396,6 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtGui.QWidget, Ui_ServiceManage :param suffix_list: New Suffix's to be supported """ - print(suffix_list) if isinstance(suffix_list, str): self.suffixes.append(suffix_list) else: