From 5eec3c6c6be90d7ad9d2e2e8c9e7efc82b196e3e Mon Sep 17 00:00:00 2001 From: Shinji-Li <1349021570@qq.com> Date: Mon, 6 May 2024 10:50:00 +0800 Subject: [PATCH] :bug: fix: clean console.log (#182) --- src/Markdown/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Markdown/index.tsx b/src/Markdown/index.tsx index 7088178e..20e47e84 100644 --- a/src/Markdown/index.tsx +++ b/src/Markdown/index.tsx @@ -28,11 +28,7 @@ const MemoHr = memo((props) => ( )); const MemoDetails = memo((props) => ); const MemoImage = memo((props) => ); -const MemoAlink = memo((props) => { - console.log(props); - - return ; -}); +const MemoAlink = memo((props) => ); const Markdown = memo( ({