From 146fccfa8025ba89253a4920b25c37f0fa668978 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Fri, 1 Dec 2023 02:43:31 +0000 Subject: [PATCH] comment out problematic fetch --- webapp/src/components/modalComponents/calibrationModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/modalComponents/calibrationModal.vue b/webapp/src/components/modalComponents/calibrationModal.vue index 7529b6b5..7f6d40db 100644 --- a/webapp/src/components/modalComponents/calibrationModal.vue +++ b/webapp/src/components/modalComponents/calibrationModal.vue @@ -201,12 +201,12 @@ export default { show: async function() { // Check if the camera and stage are calibrated, if they can be if (this.canCSMCalibrated) { - let csm = this.readThingProperty( + /*let csm = this.readThingProperty( "camera_stage_mapping", "image_to_stage_displacement_matrix", true ); - this.isCSMCalibrated = Boolean(csm); + this.isCSMCalibrated = Boolean(csm);*/ } if (this.canLSTCalibrated) { this.isLSTCalibrated = this.readThingProperty(