diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-16 07:47:43 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-16 07:47:43 -0400 |
commit | 2534e45245fe208cdeb385fbce013038bc084098 (patch) | |
tree | 0fce95f169159d46f89b7e0e30e987ada519c932 /src/js | |
parent | 88b517e6faed47dc150e9e246610fdca7a540828 (diff) | |
download | uBlock-2534e45245fe208cdeb385fbce013038bc084098.zip uBlock-2534e45245fe208cdeb385fbce013038bc084098.tar.gz uBlock-2534e45245fe208cdeb385fbce013038bc084098.tar.bz2 |
oops
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/popup.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/popup.js b/src/js/popup.js index 2e578b1..02e4c0d 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -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; |