forked from openlp/openlp
Remove Prints
This commit is contained in:
parent
ae1888106d
commit
1ba8652985
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user