mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
remove stray console.log used for development purpose
This commit is contained in:
parent
ca39be2770
commit
49c19f2dcc
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue