mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +08:00
internal reroute just works
This commit is contained in:
parent
8201868352
commit
34d0ae3cf1
@ -68,8 +68,6 @@ function buildNodeDef(config, nodeName, defs, workflow) {
|
||||
if (node.type === "Reroute") {
|
||||
if (linksTo && linksFrom) {
|
||||
// Being used internally
|
||||
// TODO: does anything actually need doing here?
|
||||
debugger;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user