diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 0e50d5a80..a30dc3dcc 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -167,7 +167,6 @@ export function Markdown( } & React.DOMAttributes, ) { const mdRef = useRef(null); - console.log("[fontSize]", props.fontSize); return (