From 5f5f182cfcecdec5fb24f2b64be48b00133af374 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Thu, 7 Dec 2023 12:39:07 +0800 Subject: [PATCH] chore: remove console log --- app/components/markdown.tsx | 1 - 1 file changed, 1 deletion(-) 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 (