mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
comment out dev logging
This commit is contained in:
parent
ae28ce7e3c
commit
c37b4b1bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ FilterContainer.prototype.freeze = function() {
|
|||
|
||||
this.filterParser.reset();
|
||||
|
||||
console.debug('Number of duplicate cosmetic filters skipped:', this.duplicateCount);
|
||||
// console.debug('Number of duplicate cosmetic filters skipped:', this.duplicateCount);
|
||||
this.duplicates = {};
|
||||
|
||||
//console.log('µBlock> adp-hide-filters.js: %d filters accepted', this.acceptedCount);
|
||||
|
|
|
|||
Loading…
Reference in a new issue