mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +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);
|
||||
if (found) {
|
||||
this.criteria[found.index] = criterion.data;
|
||||
// this.subscribe();
|
||||
// TODO nothing is listening to this
|
||||
this.emitEvent('conditionUpdated', {
|
||||
trigger: this.trigger,
|
||||
|
Reference in New Issue
Block a user