#5237 Removal of debug logs

This commit is contained in:
Knut Sveidqvist
2024-05-20 13:14:33 +02:00
parent 991721e955
commit 4463e9d7a3
6 changed files with 28 additions and 59 deletions

View File

@@ -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),