mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove debug statement.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user