Skip to content

Commit

Permalink
Remove unnecessary logging by updater.
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Dec 29, 2024
1 parent 3230582 commit 4109165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/app-frontend/src/helpers/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4109165

Please sign in to comment.