mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
removed unnecessary console.log
This commit is contained in:
@@ -1002,8 +1002,6 @@ export const insertNode = (elem, node, dir) => {
|
||||
let newEl;
|
||||
let el;
|
||||
|
||||
console.log(shapes);
|
||||
|
||||
// Add link when appropriate
|
||||
if (node.link) {
|
||||
newEl = elem
|
||||
|
Reference in New Issue
Block a user