From a5256d2949076b02ab7a6984a4dfb384c403eea3 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 4 Oct 2022 05:34:02 -0400 Subject: [PATCH] Remove debug print. --- pipenv/cli/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index 731cccf5..7e642eab 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -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,