Skip to content

Commit

Permalink
Remove Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
chillburn committed Mar 30, 2023
1 parent 4dd6586 commit b0371c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vue-cal/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,6 @@ export default {
},
mounted () {
console.log('vue-cal index mounted: https://github.com/chillburn/vue-cal.git#bugfix/start-week-on-sunday-incorrect-labels')
const ud = this.utils.date
const hasTouch = 'ontouchstart' in window
const { resize, drag, create, delete: deletable, title } = this.editEvents
Expand Down

0 comments on commit b0371c7

Please sign in to comment.