mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Remove my "deleted" debug print that confused people.
This commit is contained in:
parent
d80af7ca30
commit
5f375f0d16
1
main.py
1
main.py
@ -152,7 +152,6 @@ def recursive_output_delete_if_changed(prompt, old_prompt, outputs, current_item
|
|||||||
to_delete = True
|
to_delete = True
|
||||||
|
|
||||||
if to_delete:
|
if to_delete:
|
||||||
print("deleted", unique_id)
|
|
||||||
d = outputs.pop(unique_id)
|
d = outputs.pop(unique_id)
|
||||||
del d
|
del d
|
||||||
return to_delete
|
return to_delete
|
||||||
|
Loading…
Reference in New Issue
Block a user