From 55305a67f434cc1963741048a8f420c1b02d9307 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Fri, 1 Dec 2023 00:58:29 +0000 Subject: [PATCH] Remove old print statement --- .../cameraSettingsComponents/cameraCalibrationSettings.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webapp/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue index 79b0c304..b4d2c192 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue @@ -128,10 +128,6 @@ export default { let response = await axios.get(this.cameraUri); // Get the thing description let td = response.data; this.actions = td.actions; - console.log( - "full auto calibrate in actions", - "full_auto_calibrate" in this.actions - ); } catch (error) { this.modalError(error); // Let mixin handle error }