mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 21:01:09 +00:00
fix: Remove unnecessary logging
This commit is contained in:
parent
0bfbace9aa
commit
e48d66f918
@ -109,8 +109,6 @@ function katexTokenizer(src, tokens, displayMode: boolean) {
|
||||
|
||||
const match = src.match(ruleReg);
|
||||
|
||||
console.log("searching:", src);
|
||||
|
||||
if (match) {
|
||||
const text = match
|
||||
.slice(2)
|
||||
|
Loading…
Reference in New Issue
Block a user