Skip to content

Commit

Permalink
Stray print
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Nov 14, 2018
1 parent bfa0b29 commit 5e5e1ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def install(
):
"""Installs provided packages and adds them to Pipfile, or (if no packages are given), installs all packages from Pipfile."""
from ..core import do_install
echo("Skip lock value: %s" % state.installstate.skip_lock)

retcode = do_install(
dev=state.installstate.dev,
Expand Down

0 comments on commit 5e5e1ed

Please sign in to comment.