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 }