fix: remove log (#5366)

This commit is contained in:
Faisal Amir 2025-06-19 15:52:29 +07:00 committed by GitHub
parent cf17576e1c
commit 5a73031d62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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