diff --git a/src/components/calibration/MiscConfigCard.vue b/src/components/calibration/MiscConfigCard.vue index 62c3460..d21f1d6 100644 --- a/src/components/calibration/MiscConfigCard.vue +++ b/src/components/calibration/MiscConfigCard.vue @@ -7,7 +7,6 @@
Control: -
diff --git a/src/store/calibration.js b/src/store/calibration.js index 1b65647..8915e61 100644 --- a/src/store/calibration.js +++ b/src/store/calibration.js @@ -53,7 +53,6 @@ export default { }, setIndex(state, newIndex) { state.index = newIndex - console.log(`index: ${state.index}`) }, }, actions: { diff --git a/src/views/DoubleCalibrationRecord.vue b/src/views/DoubleCalibrationRecord.vue index bec40e9..b526066 100644 --- a/src/views/DoubleCalibrationRecord.vue +++ b/src/views/DoubleCalibrationRecord.vue @@ -158,7 +158,6 @@ export default { } else { const prediction = { leftIris: leftIris[0], rightIris: rightIris[0] } point.data.push(prediction) - console.log(point.data.length) a++ } }