Skip to content

Commit 691cff9

Browse files
committed
Remove comments
1 parent 85130f4 commit 691cff9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/executor/execution/edge-manager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ export class EdgeManager {
243243
}
244244

245245
for (const [, outgoingEdge] of targetNode.outgoingEdges) {
246-
// Only skip backwards edges (loop_continue) - we need to propagate through
247-
// loop_exit and parallel_exit to deactivate nodes after the loop/parallel
248246
if (!this.isBackwardsEdge(outgoingEdge.sourceHandle)) {
249247
this.deactivateEdgeAndDescendants(
250248
targetId,

0 commit comments

Comments
 (0)