Закоментировал вывод в консоль
This commit is contained in:
parent
71d4f2c051
commit
c43f1caed8
@ -45,7 +45,7 @@ chrome.runtime.onMessage.addListener(
|
|||||||
);
|
);
|
||||||
|
|
||||||
chrome.storage.sync.get(['need-clean-notification'], function (result) {
|
chrome.storage.sync.get(['need-clean-notification'], function (result) {
|
||||||
console.log('Value currently is ' + result['need-clean-notification'])
|
// console.log('Value currently is ' + result['need-clean-notification'])
|
||||||
/**
|
/**
|
||||||
* todo Добавить обсервер на чиски node с уведомлениями, если опция включена
|
* todo Добавить обсервер на чиски node с уведомлениями, если опция включена
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user