Don't print release number to anyone who visits the service

This commit is contained in:
davide-acanfora 2024-05-27 19:18:02 +02:00 committed by Philip H
parent 4bfef3c0c0
commit e80ff54ebc
1 changed files with 0 additions and 3 deletions

View File

@ -390,9 +390,6 @@ new Vue({
return releasesArray[0];
});
console.log(`Current Release: ${currentRelease}`);
console.log(`Latest Release: ${latestRelease.version}`);
if (currentRelease >= latestRelease.version) return;
this.currentRelease = currentRelease;