From 7ab93fb10cb2cae7f557c07fcc306852671cdc69 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 12:20:50 -0400 Subject: [PATCH] cleanup Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 35db2455..6f20b048 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -380,7 +380,6 @@ def ensure_python(three=None, python=None): path_to_python = None USING_DEFAULT_PYTHON = (three is None and not python) - print(locals()) # Load the PIPENV_DEFAULT_PYTHON_VERSION. if PIPENV_DEFAULT_PYTHON_VERSION and three is None and not python: python = PIPENV_DEFAULT_PYTHON_VERSION