1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Debug information removed

This commit is contained in:
nobody
2021-02-21 20:36:50 +01:00
parent 3e8f47a627
commit 87466529c9
3 changed files with 1 additions and 22 deletions

View File

@@ -262,7 +262,6 @@ options.onOptionChanged = function ({target}) {
optionsOther._setIcon(optionValue);
break;
case Setting.LOGGING:
console.log(optionValue);
if (optionValue === false) {
chrome.runtime.sendMessage({'topic': 'logs:delete', 'value': ''});
}