Skip to content

Commit

Permalink
chore: remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanco1 committed Nov 29, 2023
1 parent a3603ba commit 646c24d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/calibration/MiscConfigCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</v-card-title>
<div class="custom-outline">
Control:
<!-- <v-checkbox v-model="isControlled" label="Controlled Calibration" color="black"></v-checkbox> -->
<v-checkbox v-model="customColors" label="Use Custom Colors" color="black"></v-checkbox>
</div>
<div v-if="customColors">
Expand Down
1 change: 0 additions & 1 deletion src/store/calibration.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default {
},
setIndex(state, newIndex) {
state.index = newIndex
console.log(`index: ${state.index}`)
},
},
actions: {
Expand Down
1 change: 0 additions & 1 deletion src/views/DoubleCalibrationRecord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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++
}
}
Expand Down

0 comments on commit 646c24d

Please sign in to comment.