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
214546399a
commit
377cc427b6
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user