mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
chore(katex): removed unused debugging code
This commit is contained in:
parent
f67254cdc7
commit
f346056058
@ -146,7 +146,6 @@ export const addVertices = function (vert, g, svgId, root, doc) {
|
|||||||
.renderToString(c, { throwOnError: true, displayMode: true, output: 'html' })
|
.renderToString(c, { throwOnError: true, displayMode: true, output: 'html' })
|
||||||
.replace(/\n/g, ' ')
|
.replace(/\n/g, ' ')
|
||||||
);
|
);
|
||||||
console.log(labelText);
|
|
||||||
// Add the node
|
// Add the node
|
||||||
g.setNode(vertex.id, {
|
g.setNode(vertex.id, {
|
||||||
labelStyle: styles.labelStyle,
|
labelStyle: styles.labelStyle,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user