Adv item search: remove debug logging
This commit is contained in:
parent
19534cdea0
commit
fe2844962f
1 changed files with 0 additions and 1 deletions
|
@ -545,7 +545,6 @@ const compileQueryExpr = (function() {
|
||||||
case 'str': {
|
case 'str': {
|
||||||
const lit = tokens.here.value;
|
const lit = tokens.here.value;
|
||||||
tokens.advance();
|
tokens.advance();
|
||||||
console.log(lit);
|
|
||||||
return (i, ie) => lit;
|
return (i, ie) => lit;
|
||||||
}
|
}
|
||||||
case 'id':
|
case 'id':
|
||||||
|
|
Loading…
Reference in a new issue