diff --git a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue index 00fda8fe18..ecd8bb791f 100644 --- a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue @@ -88,10 +88,9 @@ const importCalibration = async (payload: JSONFileUploadEvent) => { color: "error", message: `The resolution of the calibration export doesn't match the current resolution ${props.videoFormat.resolution.height}x${props.videoFormat.resolution.width}` }); + return; } - console.log(data); - useCameraSettingsStore() .importCalibrationFromData({ calibration: data }) .then((response) => {