diff --git a/confluent_server/bin/confluent b/confluent_server/bin/confluent index adebd49b..e5b0dc1f 100755 --- a/confluent_server/bin/confluent +++ b/confluent_server/bin/confluent @@ -19,7 +19,6 @@ import sys import os path = os.path.dirname(os.path.realpath(__file__)) path = os.path.realpath(os.path.join(path, '..', 'lib', 'python')) -print(path) if path.startswith('/opt'): # if installed into system path, do not muck with things sys.path.append(path) diff --git a/confluent_server/bin/confluentsrv.py b/confluent_server/bin/confluentsrv.py index 39920e53..4f1d73f4 100644 --- a/confluent_server/bin/confluentsrv.py +++ b/confluent_server/bin/confluentsrv.py @@ -19,7 +19,6 @@ import sys import os path = os.path.dirname(os.path.realpath(__file__)) path = os.path.realpath(os.path.join(path, '..', 'lib', 'python')) -print(path) if path.startswith('/opt'): # if installed into system path, do not muck with things sys.path.append(path)