fix: Remove unnecessary logging

This commit is contained in:
Hwang In Tak 2024-09-24 22:11:05 +09:00
parent 0bfbace9aa
commit e48d66f918
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ function katexTokenizer(src, tokens, displayMode: boolean) {
const match = src.match(ruleReg); const match = src.match(ruleReg);
console.log("searching:", src);
if (match) { if (match) {
const text = match const text = match
.slice(2) .slice(2)