Skip to content

Commit

Permalink
fix: Remove console.log statement in latex.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
usantos-at-wiris committed Jul 29, 2024
1 parent d98b167 commit 8f0057c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/latex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function renderLatex(properties: Properties, root: HTMLElement) {
return;
}
const latexNodes = findLatexTextNodes(properties, root);
console.log("Latex nodes", latexNodes);

for (const latexNode of latexNodes) {
await replaceLatexInTextNode(properties, latexNode);
}
Expand Down

0 comments on commit 8f0057c

Please sign in to comment.