"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "739c1a753d0dfe3142090347aea624afe6066560"
Commit 5f375f0d authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove my "deleted" debug print that confused people.

parent d80af7ca
...@@ -152,7 +152,6 @@ def recursive_output_delete_if_changed(prompt, old_prompt, outputs, current_item ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment