Adv item search: remove debug logging

This commit is contained in:
phantamanta44 2021-02-02 17:34:21 -06:00
parent 19534cdea0
commit fe2844962f

View file

@ -545,7 +545,6 @@ const compileQueryExpr = (function() {
case 'str': {
const lit = tokens.here.value;
tokens.advance();
console.log(lit);
return (i, ie) => lit;
}
case 'id':