remove comment

This commit is contained in:
David Tsay
2020-03-23 13:05:48 -07:00
committed by GitHub
parent e4a6c21101
commit 26ffe8efde

View File

@ -186,7 +186,6 @@ export default class ConditionClass extends EventEmitter {
let found = this.findCriterion(criterion.id); let found = this.findCriterion(criterion.id);
if (found) { if (found) {
this.criteria[found.index] = criterion.data; this.criteria[found.index] = criterion.data;
// this.subscribe();
// TODO nothing is listening to this // TODO nothing is listening to this
this.emitEvent('conditionUpdated', { this.emitEvent('conditionUpdated', {
trigger: this.trigger, trigger: this.trigger,