Removes comment.

This commit is contained in:
Joshi 2020-03-16 10:51:33 -07:00
parent 94b5617e63
commit f090f7ffe7

View File

@ -48,7 +48,6 @@ export default class ConditionManager extends EventEmitter {
} }
} }
// this should not happen very frequently
update(newDomainObject) { update(newDomainObject) {
this.destroy(); this.destroy();
this.conditionSetDomainObject = newDomainObject; this.conditionSetDomainObject = newDomainObject;