Skip to content

Commit 9e4cc62

Browse files
committed
fix: lint and coments
1 parent cf6486b commit 9e4cc62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/views/DoubleCalibrationRecord.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,18 +500,15 @@ export default {
500500
ctx.stroke();
501501
},
502502
async endCalib() {
503-
console.log('[Calibration] endCalib')
504-
505503
this.calibPredictionPoints.forEach(element => {
506504
delete element.point_x;
507505
delete element.point_y;
508506
})
509507
const screenHeight = window.screen.height
510508
const screenWidth = window.screen.width
511509
512-
// 🔥 PRECISA DISSO AQUI
513510
let predictions = await this.$store.dispatch('sendData', {
514-
fromRuxailab: false, // NÃO dispara hookcelebe
511+
fromRuxailab: false,
515512
circleIrisPoints: this.circleIrisPoints,
516513
calibPredictionPoints: this.calibPredictionPoints,
517514
screenHeight,

0 commit comments

Comments
 (0)