diff --git a/src/plugins/condition/Condition.js b/src/plugins/condition/Condition.js index d16352bef9..5a5bb3e790 100644 --- a/src/plugins/condition/Condition.js +++ b/src/plugins/condition/Condition.js @@ -175,7 +175,6 @@ export default class Condition extends EventEmitter { //TODO: implement as part of the evaluator class task. evaluate() { if (this.trigger === TRIGGER.ANY) { - criteria.evaluate(); this.result = false; } else if (this.trigger === TRIGGER.ALL) { this.result = false;