Adv item search: remove debug output

This commit is contained in:
phantamanta44 2021-03-13 05:16:35 -06:00
parent 1693432462
commit 849ed29e97

View file

@ -21,7 +21,6 @@ class ExprField {
} catch (e) {
this.errorText.innerText = e.message;
this.output = null;
console.error(e);
}
return true;
}