Skip to content

Commit

Permalink
Merge pull request #2556 from mneunomne/merge1.59.0
Browse files Browse the repository at this point in the history
remove log
  • Loading branch information
mneunomne authored Jul 30, 2024
2 parents f9ccde6 + b136802 commit 94160e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/js/adn/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1952,10 +1952,7 @@ const adnauseam = (function () {
}
// parse response
const latestRelease = await response.json();
console.log("latestRelease", latestRelease)
const latestVersion = latestRelease.tag_name.replace('v', '');
console.log("latest version: " + latestVersion);

const latestVersion = latestRelease.tag_name.replace('v', '');
// compare versions
if (version < latestVersion) {
// if browser is chrome
Expand Down

0 comments on commit 94160e0

Please sign in to comment.