Закоментировал вывод в консоль

This commit is contained in:
Sipachev Igor 2021-03-19 12:55:19 +07:00
parent 71d4f2c051
commit c43f1caed8

View File

@ -45,7 +45,7 @@ chrome.runtime.onMessage.addListener(
);
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 с уведомлениями, если опция включена
*/