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. // 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;
} }