mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 23:26:44 +02:00
#1742 narrow down console logging when flowchart subgraphs are added
This commit is contained in:
@@ -453,7 +453,7 @@ export const addSubGraph = function(_id, list, _title) {
|
||||
subCount = subCount + 1;
|
||||
const subGraph = { id: id, nodes: nodeList, title: title.trim(), classes: [] };
|
||||
|
||||
console.log('Adding', subGraph.id, subGraph.nodes);
|
||||
logger.info('Adding', subGraph.id, subGraph.nodes);
|
||||
|
||||
/**
|
||||
* Deletes an id from all subgraphs
|
||||
|
Reference in New Issue
Block a user