From 6ac323692b5a38e3f7d8a9db2ccd995ab1ccbe5c Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 25 Jul 2018 15:58:53 +0800 Subject: [PATCH] Clean up get_vcs_deps --- pipenv/core.py | 1 - pipenv/utils.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pipenv/core.py b/pipenv/core.py index d6eff14c..39e2b342 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1000,7 +1000,6 @@ def do_lock( project, pip_freeze, which=which, - verbose=(environments.PIPENV_VERBOSITY > 0), clear=clear, pre=pre, allow_global=system, diff --git a/pipenv/utils.py b/pipenv/utils.py index 5d5cc195..4401228e 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -1205,7 +1205,6 @@ def get_vcs_deps( project, pip_freeze=None, which=None, - verbose=False, clear=False, pre=False, allow_global=False,