Remove my "deleted" debug print that confused people.

This commit is contained in:
comfyanonymous 2023-02-21 01:28:08 -05:00
parent d80af7ca30
commit 5f375f0d16

View File

@ -152,7 +152,6 @@ def recursive_output_delete_if_changed(prompt, old_prompt, outputs, current_item
to_delete = True
if to_delete:
print("deleted", unique_id)
d = outputs.pop(unique_id)
del d
return to_delete