fix: Remove unnecessary logging

This commit is contained in:
Hwang In Tak 2024-09-24 20:40:50 +09:00
parent 214546399a
commit 377cc427b6
No known key found for this signature in database

View File

@ -115,12 +115,6 @@ function katexTokenizer(src, tokens, displayMode: boolean) {
.filter((item) => item)
.find((item) => item.trim());
if (displayMode) {
console.log("block matched", match[0]);
} else {
console.log("inline matched", match[0]);
}
return {
type,
raw: match[0],