diff --git a/pipenv/cli.py b/pipenv/cli.py index 8a3c8570..7ca254c5 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -564,7 +564,6 @@ def pip_install(package_name=None, r=None, allow_global=False, require_hashes=Fa if require_hashes: install_reqs += ' --require-hashes' - print('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url'])) c = delegator.run('"{0}" install {1} -i {2}'.format(which_pip(allow_global=allow_global), install_reqs, source['url'])) if c.return_code == 0: