1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00
This commit is contained in:
gorhill 2015-03-16 07:47:43 -04:00
parent 88b517e6fa
commit 2534e45245

View File

@ -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;