chore(katex): removed unused debugging code

This commit is contained in:
Nicolas Newman 2022-04-02 08:13:59 -09:00
parent f67254cdc7
commit f346056058

View File

@ -146,7 +146,6 @@ export const addVertices = function (vert, g, svgId, root, doc) {
.renderToString(c, { throwOnError: true, displayMode: true, output: 'html' })
.replace(/\n/g, ' ')
);
console.log(labelText);
// Add the node
g.setNode(vertex.id, {
labelStyle: styles.labelStyle,