remove print statment

This commit is contained in:
Phill Ridout 2014-12-07 17:53:32 +00:00
parent 2aff850b64
commit 2dd7a6e776
1 changed files with 0 additions and 1 deletions

View File

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