chore: Adjust console.log placement in Article component

This commit is contained in:
Tanner
2025-12-04 20:45:21 +00:00
committed by Tanner Collin (aider)
parent a6537e27d3
commit 86b9ab6479
+1 -2
View File
@@ -148,9 +148,8 @@ function Article({ cache }) {
} }
} }
console.log(v, isMath);
if (isMath) { if (isMath) {
console.log(v, isMath);
return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>; return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>;
} }