Stray print

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-11-14 12:23:58 -05:00
parent bfa0b290cc
commit 5e5e1ed4bc
-1
View File
@@ -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,