From 0b0fb6fd8f659d344f3aa9d056319b2e6da33633 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Mon, 6 Jun 2022 15:26:29 +0800 Subject: [PATCH] fix: remove unused code --- archguard/src/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archguard/src/pages/home/index.tsx b/archguard/src/pages/home/index.tsx index 159203f..96c8b52 100644 --- a/archguard/src/pages/home/index.tsx +++ b/archguard/src/pages/home/index.tsx @@ -204,7 +204,7 @@ ${log} }; const handleTabClick = (key: string) => { - console.log(key) + // console.log(key) } return (