fix: remove log (#5366)
This commit is contained in:
parent
cf17576e1c
commit
5a73031d62
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user