mirror of https://github.com/gorhill/uBlock.git
remove stray console.log used for development purpose
This commit is contained in:
parent
ca39be2770
commit
49c19f2dcc
|
@ -1027,9 +1027,6 @@ FilterContainer.prototype.compileProceduralSelector = (function() {
|
|||
var compiled = compile(raw);
|
||||
if ( compiled !== undefined ) {
|
||||
compiled.raw = decompile(compiled);
|
||||
if ( compiled.raw !== raw ) {
|
||||
console.log(raw, '\n', compiled.raw, '\n');
|
||||
}
|
||||
compiled = JSON.stringify(compiled);
|
||||
}
|
||||
lastProceduralSelectorCompiled = compiled;
|
||||
|
|
Loading…
Reference in New Issue