mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-27 13:50:05 +03:00
Don't print release number to anyone who visits the service
This commit is contained in:
parent
4bfef3c0c0
commit
e80ff54ebc
1 changed files with 0 additions and 3 deletions
|
@ -390,9 +390,6 @@ new Vue({
|
||||||
return releasesArray[0];
|
return releasesArray[0];
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`Current Release: ${currentRelease}`);
|
|
||||||
console.log(`Latest Release: ${latestRelease.version}`);
|
|
||||||
|
|
||||||
if (currentRelease >= latestRelease.version) return;
|
if (currentRelease >= latestRelease.version) return;
|
||||||
|
|
||||||
this.currentRelease = currentRelease;
|
this.currentRelease = currentRelease;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue