Remove debug code

This commit is contained in:
Gautier P 2021-02-24 09:58:25 +01:00
parent a6becbc8d9
commit 86891e3057

View file

@ -22,7 +22,6 @@ BR.WhatsNew = {
},
hasNewVersions: function () {
return true;
if (!BR.Util.localStorageAvailable()) return false;
var currentVersion = localStorage.getItem('changelogVersion');