Skip to content

Commit

Permalink
fix: remove debugger statement (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey authored Feb 11, 2024
1 parent 59911bf commit 43f6d71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/layout/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class GraphPipelineLayout<T extends Node> {
protected positionNodes() {
let currentX = this.startLeft
let nodeWidth = this.nodeWidthMin
debugger
this.layers.forEach((nodes, layer) => {
let currentY = this.startTop
nodes.forEach((node) => {
Expand Down

0 comments on commit 43f6d71

Please sign in to comment.