1
0
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:
nobody 2021-12-04 08:52:54 +01:00
parent b78c674406
commit aa521e879e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -67,7 +67,6 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
} }
targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url); targetDetails = requestAnalyzer.getLocalTarget(requestDetails, tab.url);
console.log(targetDetails['result']);
if (targetDetails['result'] === false) { if (targetDetails['result'] === false) {
if (!IgnoredHost[targetDomain]) { if (!IgnoredHost[targetDomain]) {