From 5a73031d625d32b9d7fe59dfa8e5041c77999dc6 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 19 Jun 2025 15:52:29 +0700 Subject: [PATCH] fix: remove log (#5366) --- docs/src/components/DropdownDownload/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/components/DropdownDownload/index.tsx b/docs/src/components/DropdownDownload/index.tsx index d9c7851cd..c8f184bd1 100644 --- a/docs/src/components/DropdownDownload/index.tsx +++ b/docs/src/components/DropdownDownload/index.tsx @@ -125,8 +125,6 @@ const DropdownDownload = ({ lastRelease }: Props) => { useEffect(() => { const updateDownloadLinks = async () => { try { - console.log(lastRelease) - const tag = lastRelease.tag_name.startsWith('v') ? lastRelease.tag_name.substring(1) : lastRelease.tag_name