perf: remove useless code

This commit is contained in:
JOYCEQL
2024-12-26 23:58:43 +08:00
committed by qingchen
parent 67e1a2d3f5
commit 3ccb614e46
@@ -130,8 +130,6 @@ const GithubContributions: React.FC<GithubContributionsProps> = ({
const [loading, setLoading] = useState(true);
const [error, setError] = useState<string | null>(null);
console.log(githubKey, "更新");
useEffect(() => {
async function loadContributions() {
try {