mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 20:37:04 +01:00
Debug console output removed
This commit is contained in:
parent
b78c674406
commit
aa521e879e
@ -67,7 +67,6 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
|
||||
}
|
||||
|
||||
targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url);
|
||||
console.log(targetDetails['result']);
|
||||
|
||||
if (targetDetails['result'] === false) {
|
||||
if (!IgnoredHost[targetDomain]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user