From 2616019af40b24f6ecbb962060b81948e0791b35 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 27 May 2020 13:38:40 +0100 Subject: [PATCH] Removed broken updateSettings call --- .../settingsComponents/cameraCalibrationSettings.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/viewComponents/settingsComponents/cameraCalibrationSettings.vue b/src/components/viewComponents/settingsComponents/cameraCalibrationSettings.vue index bdaa45cc..06863da0 100644 --- a/src/components/viewComponents/settingsComponents/cameraCalibrationSettings.vue +++ b/src/components/viewComponents/settingsComponents/cameraCalibrationSettings.vue @@ -99,8 +99,6 @@ export default { onRecalibrateResponse: function() { this.modalNotify("Finished recalibration."); - // Update local settings - this.updateSettings(); }, onRecalibrateError: function(error) {