mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove spurious print.
This commit is contained in:
parent
161c8c03cb
commit
3902729ff8
@ -57,7 +57,6 @@ def make_default_env(cfg):
|
|||||||
sys.path.insert(0, pythonpath)
|
sys.path.insert(0, pythonpath)
|
||||||
|
|
||||||
if project_path not in sys.path:
|
if project_path not in sys.path:
|
||||||
print project_path
|
|
||||||
sys.path.insert(0, project_path)
|
sys.path.insert(0, project_path)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user