diff --git a/openlp/core/utils/__init__.py b/openlp/core/utils/__init__.py index efe005f34..aa03006c5 100644 --- a/openlp/core/utils/__init__.py +++ b/openlp/core/utils/__init__.py @@ -434,7 +434,6 @@ def get_uno_command(): raise FileNotFoundError('Command not found') OPTIONS = '--nologo --norestore --minimized --nodefault --nofirststartwizard' - print(UNO_CONNECTION_TYPE) if UNO_CONNECTION_TYPE == 'pipe': CONNECTION = '"--accept=pipe,name=openlp_pipe;urp;"' else: