From 8bc51d279bf926e7fd0a24ac46109c3e1abdd39d Mon Sep 17 00:00:00 2001 From: Steven Roussey Date: Sat, 10 Feb 2024 15:33:23 -0800 Subject: [PATCH] fix: remove debugger statement --- lib/layout/pipeline.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/layout/pipeline.ts b/lib/layout/pipeline.ts index e01b0e9..ce811ec 100644 --- a/lib/layout/pipeline.ts +++ b/lib/layout/pipeline.ts @@ -70,7 +70,6 @@ class GraphPipelineLayout { protected positionNodes() { let currentX = this.startLeft let nodeWidth = this.nodeWidthMin - debugger this.layers.forEach((nodes, layer) => { let currentY = this.startTop nodes.forEach((node) => {