mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
commented out dev-only code
This commit is contained in:
parent
f094f1edf0
commit
e861ff00ca
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
|
||||||
// so we will just skip them from now on.
|
// so we will just skip them from now on.
|
||||||
if ( processHighHighGenericsMisses === 0 ) {
|
if ( processHighHighGenericsMisses === 0 ) {
|
||||||
injectedSelectors['{{highHighGenerics}}'] = true;
|
injectedSelectors['{{highHighGenerics}}'] = true;
|
||||||
console.debug('high-high generic: apparently not needed...');
|
//console.debug('high-high generic: apparently not needed...');
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue