remove unused var

This commit is contained in:
David Tsay 2020-02-28 14:40:12 -08:00 committed by GitHub
parent 2c40396139
commit 84ae65536b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@ export default class ConditionManager extends EventEmitter {
super();
this.domainObject = domainObject;
this.openmct = openmct;
this.timeAPI = this.openmct.time;
this.instantiate = this.openmct.$injector.get('instantiate');
this.initialize();
}