This repository was archived by the owner on Nov 15, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -325,12 +325,12 @@ FilterContainer.prototype.freeze = function() {
325325
326326 this . filterParser . reset ( ) ;
327327
328- console . log ( 'HTTPSB> adp-hide-filters.js: %d filters accepted' , this . acceptedCount ) ;
329- console . log ( 'HTTPSB> adp-hide-filters.js: %d filters processed' , this . processedCount ) ;
330- console . log ( 'HTTPSB> adp-hide-filters.js: coverage is %s%' , ( this . acceptedCount * 100 / this . processedCount ) . toFixed ( 1 ) ) ;
331- console . log ( 'HTTPSB> adp-hide-filters.js: unfiltered hide selectors:' , this . hideUnfiltered ) ;
332- console . log ( 'HTTPSB> adp-hide-filters.js: unfiltered dont hide selectors:' , this . donthideUnfiltered ) ;
333- console . log ( 'HTTPSB> adp-hide-filters.js: rejected selectors:' , this . rejected ) ;
328+ // console.log('HTTPSB> adp-hide-filters.js: %d filters accepted', this.acceptedCount);
329+ // console.log('HTTPSB> adp-hide-filters.js: %d filters processed', this.processedCount);
330+ // console.log('HTTPSB> adp-hide-filters.js: coverage is %s%', (this.acceptedCount * 100 / this.processedCount).toFixed(1));
331+ // console.log('HTTPSB> adp-hide-filters.js: unfiltered hide selectors:', this.hideUnfiltered);
332+ // console.log('HTTPSB> adp-hide-filters.js: unfiltered dont hide selectors:', this.donthideUnfiltered);
333+ // console.log('HTTPSB> adp-hide-filters.js: rejected selectors:', this.rejected);
334334
335335 //histogram('allFilters', this.filters);
336336} ;
You can’t perform that action at this time.
0 commit comments