diff --git a/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 2384252fc..f3076a86f 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -401,4 +401,3 @@ def check_binary_exists(program_path): runlog = '' log.debug('check_output returned: %s' % runlog) return runlog -