diff --git a/src/dagre-wrapper/mermaid-graphlib.js b/src/dagre-wrapper/mermaid-graphlib.js index 61c7d2c88..7b833ec2c 100644 --- a/src/dagre-wrapper/mermaid-graphlib.js +++ b/src/dagre-wrapper/mermaid-graphlib.js @@ -354,8 +354,7 @@ export const extractor = (graph, depth) => { log.warn( 'Cluster without external connections, without a parent and with children', node, - depth, - clusterDb[node].clusterData.dir + depth ); const graphSettings = graph.graph();