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:
@@ -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': ''});
|
||||
}
|
||||
|
Reference in New Issue
Block a user