mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
removed unnecessary console.log
This commit is contained in:
parent
1fc10a7857
commit
1e4be4eb6a
@ -1002,8 +1002,6 @@ export const insertNode = (elem, node, dir) => {
|
|||||||
let newEl;
|
let newEl;
|
||||||
let el;
|
let el;
|
||||||
|
|
||||||
console.log(shapes);
|
|
||||||
|
|
||||||
// Add link when appropriate
|
// Add link when appropriate
|
||||||
if (node.link) {
|
if (node.link) {
|
||||||
newEl = elem
|
newEl = elem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user