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