Remove Prints

This commit is contained in:
Tim Bentley 2015-11-28 15:38:31 +00:00
parent ae1888106d
commit 1ba8652985
1 changed files with 0 additions and 1 deletions

View File

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