Remove debug print.

This commit is contained in:
Matt Davis
2022-10-04 05:34:02 -04:00
parent 35b996df76
commit a5256d2949
-1
View File
@@ -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,