2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Remove extraneous print statements

Some debug output was in place, remove it.
This commit is contained in:
Jarrod Johnson 2015-09-23 11:54:35 -04:00
parent e9a31f52ae
commit 0bd9b08be2
2 changed files with 0 additions and 2 deletions

View File

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

View File

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