From 849ed29e97f21844dbcb2025db59ca791874c3e2 Mon Sep 17 00:00:00 2001 From: phantamanta44 Date: Sat, 13 Mar 2021 05:16:35 -0600 Subject: [PATCH] Adv item search: remove debug output --- items_2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/items_2.js b/items_2.js index d724cbd..8f478d4 100644 --- a/items_2.js +++ b/items_2.js @@ -21,7 +21,6 @@ class ExprField { } catch (e) { this.errorText.innerText = e.message; this.output = null; - console.error(e); } return true; }