diff --git a/packages/mermaid-layout-elk/src/render.ts b/packages/mermaid-layout-elk/src/render.ts index 311c359d6..d2fdb6c09 100644 --- a/packages/mermaid-layout-elk/src/render.ts +++ b/packages/mermaid-layout-elk/src/render.ts @@ -925,7 +925,6 @@ export const intersection = (node, outsidePoint, insidePoint) => { } }; const outsideNode = (node, point) => { - console.log('Checking bounds ', node, point); const x = node.x; const y = node.y; const dx = Math.abs(point.x - x);