mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: Remove unnecessary logging
This commit is contained in:
parent
0bfbace9aa
commit
e48d66f918
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue