From ec1d71cf81accf78bd3b2ec8ada2330bc0818151 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 11 Mar 2017 00:34:32 -0500 Subject: [PATCH] oops --- pipenv/cli.py | 1 - 1 file changed, 1 deletion(-) 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: