diff --git a/pipenv/core.py b/pipenv/core.py index 38929b83..368f0a26 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -510,11 +510,6 @@ def ensure_project( ): """Ensures both Pipfile and virtualenv exist for the project.""" - # Clear the caches, if appropriate. - if clear: - print("clearing") - sys.exit(1) - # Automatically use an activated virtualenv. if project.s.PIPENV_USE_SYSTEM: system = True