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:
@@ -115,12 +115,6 @@ function katexTokenizer(src, tokens, displayMode: boolean) {
|
||||
.filter((item) => item)
|
||||
.find((item) => item.trim());
|
||||
|
||||
if (displayMode) {
|
||||
console.log("block matched", match[0]);
|
||||
} else {
|
||||
console.log("inline matched", match[0]);
|
||||
}
|
||||
|
||||
return {
|
||||
type,
|
||||
raw: match[0],
|
||||
|
||||
Reference in New Issue
Block a user