Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
5f375f0d
Commit
5f375f0d
authored
Feb 21, 2023
by
comfyanonymous
Browse files
Remove my "deleted" debug print that confused people.
parent
d80af7ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
main.py
main.py
+0
-1
No files found.
main.py
View file @
5f375f0d
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment