Remove comments

This commit is contained in:
Siddharth Ganesan
2026-01-29 10:31:16 -08:00
parent 85130f47f4
commit 691cff9790

View File

@@ -243,8 +243,6 @@ export class EdgeManager {
}
for (const [, outgoingEdge] of targetNode.outgoingEdges) {
// Only skip backwards edges (loop_continue) - we need to propagate through
// loop_exit and parallel_exit to deactivate nodes after the loop/parallel
if (!this.isBackwardsEdge(outgoingEdge.sourceHandle)) {
this.deactivateEdgeAndDescendants(
targetId,