mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +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);
|
||||
|
||||
console.log("searching:", src);
|
||||
|
||||
if (match) {
|
||||
const text = match
|
||||
.slice(2)
|
||||
|
||||
Reference in New Issue
Block a user