mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
#5237 Removal of debug logs
This commit is contained in:
@@ -484,6 +484,7 @@ export const render = async (data4Layout, svg, element, algorithm) => {
|
||||
'elk.layered.spacing.edgeNodeBetweenLayers': '30',
|
||||
'elk.algorithm': algorithm,
|
||||
'nodePlacement.strategy': 'NETWORK_SIMPLEX',
|
||||
|
||||
'spacing.nodeNode': 70,
|
||||
'spacing.nodeNodeBetweenLayers': 25,
|
||||
'spacing.edgeNode': 10,
|
||||
@@ -539,7 +540,6 @@ export const render = async (data4Layout, svg, element, algorithm) => {
|
||||
height: node?.labelData?.height || 100,
|
||||
},
|
||||
];
|
||||
// console.log('DAGA node dir: ', node.dir);
|
||||
if (node.dir) {
|
||||
node.layoutOptions = {
|
||||
'elk.direction': dir2ElkDirection(node.dir),
|
||||
|
Reference in New Issue
Block a user