diff --git a/frontend/src/features/cypher/CypherUtil.js b/frontend/src/features/cypher/CypherUtil.js index 64d09c72..2dee1adb 100644 --- a/frontend/src/features/cypher/CypherUtil.js +++ b/frontend/src/features/cypher/CypherUtil.js @@ -396,7 +396,6 @@ export const generateCytoscapeElement = (data, maxDataOfGraph, isNew) => { }); }); } - console.log('edge sizes', edgeLabelSizes); return { legend: { nodeLegend: sortByKey(nodeLegend),