From 2dd7a6e77652d198d74cbcb036efa6e45098276b Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 7 Dec 2014 17:53:32 +0000 Subject: [PATCH] remove print statment --- openlp/core/utils/__init__.py | 1 - 1 file changed, 1 deletion(-) 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: