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,