Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Jul 30, 2024
1 parent aa9f798 commit b136802
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 b136802

Please sign in to comment.