remove debug statement.

This commit is contained in:
Matt Davis
2022-08-31 08:56:40 -04:00
committed by Oz N Tiram
parent 5940a0720b
commit bc761c18d8
-1
View File
@@ -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