mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove debug print.
This commit is contained in:
@@ -643,7 +643,6 @@ def sync(ctx, state, bare=False, user=False, unused=False, **kwargs):
|
||||
"""Installs all packages specified in Pipfile.lock."""
|
||||
from ..core import do_sync
|
||||
|
||||
print(state.installstate.categories)
|
||||
retcode = do_sync(
|
||||
state.project,
|
||||
dev=state.installstate.dev,
|
||||
|
||||
Reference in New Issue
Block a user