Adv item search: remove debug output
This commit is contained in:
parent
1693432462
commit
849ed29e97
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ class ExprField {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.errorText.innerText = e.message;
|
this.errorText.innerText = e.message;
|
||||||
this.output = null;
|
this.output = null;
|
||||||
console.error(e);
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue