mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: Remove unnecessary logging
This commit is contained in:
parent
214546399a
commit
377cc427b6
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue