1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00
This commit is contained in:
Raymond Hill 2017-12-13 08:02:55 -05:00
parent 0e9fbce041
commit ca8917149d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -624,7 +624,7 @@ vAPI.DOMFilterer = (function() {
t1 = Date.now();
pselector.budget += t0 - t1;
if ( pselector.budget < -500 ) {
console.log('uBO: disabling %s', pselector.raw);
console.info('uBO: disabling %s', pselector.raw);
pselector.budget = -0x7FFFFFFF;
}
t0 = t1;
@ -1066,7 +1066,7 @@ vAPI.domSurveyor = (function() {
return;
}
console.log('dom surveyor shutting down: too many misses');
//console.info('dom surveyor shutting down: too many misses');
surveyTimer.clear();
vAPI.domWatcher.removeListener(domWatcherInterface);