From 11978cd869f34f48ece63e894ede293b9e22afdf Mon Sep 17 00:00:00 2001 From: David Tsay Date: Thu, 19 Mar 2020 10:22:48 -0700 Subject: [PATCH] remove straggler call linting fix --- src/plugins/condition/components/ConditionSet.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/plugins/condition/components/ConditionSet.vue b/src/plugins/condition/components/ConditionSet.vue index 3393707478..7cc20f18da 100644 --- a/src/plugins/condition/components/ConditionSet.vue +++ b/src/plugins/condition/components/ConditionSet.vue @@ -34,8 +34,10 @@ - + @@ -60,11 +62,6 @@ export default { mounted() { this.conditionSetIdentifier = this.openmct.objects.makeKeyString(this.domainObject.identifier); }, - beforeDestroy() { - if (this.stopProvidingTelemetry) { - this.stopProvidingTelemetry(); - } - }, methods: { updateCurrentOutput(currentConditionResult) { this.currentConditionOutput = currentConditionResult.output;