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 {