Unused variable removed
This commit is contained in:
parent
1a3ec35ab6
commit
2ab75f5b68
|
@ -75,8 +75,6 @@ main._showReleaseNotes = function (details) {
|
|||
[Setting.LAST_MAPPING_UPDATE]: lastMappingUpdate
|
||||
}, function() {
|
||||
|
||||
previousVersion = details.previousVersion;
|
||||
|
||||
if (details.temporary !== true) {
|
||||
|
||||
chrome.storage.sync.get([Setting.HIDE_RELEASE_NOTES], function (items) {
|
||||
|
|
Loading…
Reference in New Issue