From 3ccb614e465d929afcaa33144c66831a452547fe Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Thu, 26 Dec 2024 23:58:43 +0800 Subject: [PATCH] perf: remove useless code --- apps/fronted/src/components/shared/GithubContribution.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/fronted/src/components/shared/GithubContribution.tsx b/apps/fronted/src/components/shared/GithubContribution.tsx index d4eec95..5a402b6 100644 --- a/apps/fronted/src/components/shared/GithubContribution.tsx +++ b/apps/fronted/src/components/shared/GithubContribution.tsx @@ -130,8 +130,6 @@ const GithubContributions: React.FC = ({ const [loading, setLoading] = useState(true); const [error, setError] = useState(null); - console.log(githubKey, "更新"); - useEffect(() => { async function loadContributions() { try {