Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Oct 10, 2024
1 parent d5ee430 commit 6710ad0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plugins/comps/CompsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@ export default class CompsManager extends EventEmitter {
this.emit('underlyingTelemetryUpdated', { [keyString]: newTelemetry });

Check warning on line 345 in src/plugins/comps/CompsManager.js

View check run for this annotation

Codecov / codecov/patch

src/plugins/comps/CompsManager.js#L344-L345

Added lines #L344 - L345 were not covered by tests
};

reload() {
this.#destroy();
return this.load(this.#telemetryOptions);
}

clearData(telemetryLoadedPromise) {
this.#loaded = false;
if (telemetryLoadedPromise) {
Expand Down

0 comments on commit 6710ad0

Please sign in to comment.