Skip to content

Commit

Permalink
refactor: Remove console.log statement in PeriodField.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
4dr1en committed Sep 24, 2024
1 parent 09de8ee commit cb1cb57
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export default defineComponent({
this.$emit('update:modelValue', this.periodValue)
},
updateTo(e: string) {
console.log('to', e)
this.periodValue = {
from: this.periodValue.from,
to: e,
Expand Down

0 comments on commit cb1cb57

Please sign in to comment.