mirror of
https://github.com/open-webui/open-webui
synced 2025-04-26 09:10:15 +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)
|
.filter((item) => item)
|
||||||
.find((item) => item.trim());
|
.find((item) => item.trim());
|
||||||
|
|
||||||
if (displayMode) {
|
|
||||||
console.log("block matched", match[0]);
|
|
||||||
} else {
|
|
||||||
console.log("inline matched", match[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
type,
|
type,
|
||||||
raw: match[0],
|
raw: match[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user