From 65d581ea5ac8214a486f3b3df9f0a9fcd041b591 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 4 Nov 2025 15:19:45 +0400 Subject: [PATCH] chore: remove console --- apps/v4/components/github-link.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/v4/components/github-link.tsx b/apps/v4/components/github-link.tsx index 646a9405a7..e230d77238 100644 --- a/apps/v4/components/github-link.tsx +++ b/apps/v4/components/github-link.tsx @@ -32,8 +32,6 @@ export async function StarsCount() { : `${(json.stargazers_count / 1000).toFixed(1)}k` : json.stargazers_count.toLocaleString() - console.log(formattedCount) - return ( {formattedCount.replace(".0k", "k")}