mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +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);
|
const match = src.match(ruleReg);
|
||||||
|
|
||||||
console.log("searching:", src);
|
|
||||||
|
|
||||||
if (match) {
|
if (match) {
|
||||||
const text = match
|
const text = match
|
||||||
.slice(2)
|
.slice(2)
|
||||||
|
Loading…
Reference in New Issue
Block a user