remove spurious print.

This commit is contained in:
benoitc 2012-02-21 14:26:05 +01:00
parent 161c8c03cb
commit 3902729ff8

View File

@ -57,7 +57,6 @@ def make_default_env(cfg):
sys.path.insert(0, pythonpath)
if project_path not in sys.path:
print project_path
sys.path.insert(0, project_path)