mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
remove comment
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user