diff --git a/pipenv/resolver.py b/pipenv/resolver.py index 1ebb0f62..60513fe4 100644 --- a/pipenv/resolver.py +++ b/pipenv/resolver.py @@ -131,7 +131,6 @@ def handle_parsed_args(parsed): file_constraints = constraints.read().strip().split("\n") constraints.close() os.unlink(parsed.constraints_file) - print(sorted(file_constraints)) parsed.packages += sorted(file_constraints) return parsed