mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-23 22:20:23 +09:00
chore: remove console log
This commit is contained in:
parent
148f763769
commit
5f5f182cfc
@ -167,7 +167,6 @@ export function Markdown(
|
||||
} & React.DOMAttributes<HTMLDivElement>,
|
||||
) {
|
||||
const mdRef = useRef<HTMLDivElement>(null);
|
||||
console.log("[fontSize]", props.fontSize);
|
||||
return (
|
||||
<div
|
||||
className="markdown-body"
|
||||
|
Loading…
Reference in New Issue
Block a user