mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
fix: Remove unnecessary logging
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user