1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

commented out dev-only code

This commit is contained in:
gorhill 2015-03-06 10:31:07 -05:00
parent f094f1edf0
commit e861ff00ca

View File

@ -364,7 +364,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
// so we will just skip them from now on.
if ( processHighHighGenericsMisses === 0 ) {
injectedSelectors['{{highHighGenerics}}'] = true;
console.debug('high-high generic: apparently not needed...');
//console.debug('high-high generic: apparently not needed...');
}
return;
}