mirror of https://github.com/gorhill/uBlock.git
oops
This commit is contained in:
parent
88b517e6fa
commit
2534e45245
|
@ -356,7 +356,6 @@ var renderPrivacyExposure = function() {
|
|||
|
||||
// Domain of the page must always be included
|
||||
if ( allDomains.hasOwnProperty(popupData.pageDomain) === false ) {
|
||||
console.log(popupData.pageDomain);
|
||||
allHostnameRows.push(popupData.pageDomain);
|
||||
allDomains[popupData.pageDomain] = false;
|
||||
allDomainCount += 1;
|
||||
|
|
Loading…
Reference in New Issue