mirror of
https://github.com/nasa/openmct.git
synced 2025-02-04 10:10:43 +00:00
remove unused function
This commit is contained in:
parent
d5ee430f8b
commit
6710ad0d4c
@ -345,11 +345,6 @@ export default class CompsManager extends EventEmitter {
|
||||
this.emit('underlyingTelemetryUpdated', { [keyString]: newTelemetry });
|
||||
};
|
||||
|
||||
reload() {
|
||||
this.#destroy();
|
||||
return this.load(this.#telemetryOptions);
|
||||
}
|
||||
|
||||
clearData(telemetryLoadedPromise) {
|
||||
this.#loaded = false;
|
||||
if (telemetryLoadedPromise) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user