From eb859dac3a2e69fdc608c76af53881df0abb2ed5 Mon Sep 17 00:00:00 2001 From: IgnatzHome Date: Sun, 20 May 2018 09:57:40 +0200 Subject: More Debugging Logs --- client/lib/filter.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/lib/filter.js b/client/lib/filter.js index 84b10648..5aae1b36 100644 --- a/client/lib/filter.js +++ b/client/lib/filter.js @@ -155,11 +155,13 @@ class AdvancedFilter { _arrayToSelector(commands) { - console.log(commands); + console.log('Parts: ', commands); try { //let changed = false; this._processConditions(commands); + console.log('Conditions: ', commands); this._processLogicalOperators(commands); + console.log('Operator: ', commands); } catch (e){return { $in: [] };} return {$or: commands}; -- cgit v1.2.3-1-g7c22