1
0

Remove unnecessary logging by updater.

This commit is contained in:
2024-12-29 14:03:56 +03:00
parent 3230582842
commit 4109165c78

View File

@@ -97,7 +97,6 @@ export async function getRemote(elementIdBool, downloadArtifactBool) {
} else {
remoteVersion = latestRelease
}
console.log(await getVersion())
if (osNames.includes(os.value.toLowerCase())) {
if (remoteVersion.startsWith('v' + await getVersion())) {
updateState.value = false