From 8d577a89587c21462f9c5da1886ec995d675c07c Mon Sep 17 00:00:00 2001 From: Michael Rogers Date: Thu, 19 May 2022 15:07:20 -0500 Subject: [PATCH] Removed requestHistory call from mount and clearData method (#5223) Co-authored-by: Nikhil --- src/plugins/imagery/mixins/imageryData.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/imagery/mixins/imageryData.js b/src/plugins/imagery/mixins/imageryData.js index 933df01c17..64137d46d9 100644 --- a/src/plugins/imagery/mixins/imageryData.js +++ b/src/plugins/imagery/mixins/imageryData.js @@ -46,7 +46,6 @@ export default { // kickoff this.subscribe(); - this.requestHistory(); }, beforeDestroy() { if (this.unsubscribe) { @@ -169,8 +168,6 @@ export default { // splice array to encourage garbage collection this.imageHistory.splice(0, this.imageHistory.length); - // requesting history effectively clears imageHistory array - return this.requestHistory(); }, timeSystemChange() { this.timeSystem = this.timeContext.timeSystem();