Fixed redundant comment
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled

This commit is contained in:
Jedrzej Kosinski 2026-02-12 23:03:46 -08:00
parent 0132eb0889
commit 3ddcc438dd

View File

@ -83,7 +83,6 @@ class NodeReplaceManager:
# third, replace outputs
if replacement.output_mapping is not None:
# re-mapping outputs requires changing the input values of nodes that receive connections from this one
# so we need to find all nodes that receive connections from this one
if node_number in connections:
for conns in connections[node_number]:
conn_node_number, conn_input_id, old_output_idx = conns