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

master
Sipachev Igor 4 years ago
parent 71d4f2c051
commit c43f1caed8
  1. 2
      assets/js/script.js

@ -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 с уведомлениями, если опция включена
*/

Loading…
Cancel
Save