Remove notice about highlight category update

This commit is contained in:
Ajay Ramachandran
2021-11-08 19:57:46 -05:00
parent 20d0c05049
commit 06da4d6556
3 changed files with 9 additions and 27 deletions

View File

@@ -80,8 +80,6 @@ chrome.runtime.onInstalled.addListener(function () {
const newUserID = utils.generateUserID();
//save this UUID
Config.config.userID = newUserID;
Config.config.highlightCategoryUpdate = true;
}
}, 1500);
});