Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 30, 2024
1 parent bd4d748 commit 11433fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vue/src/components/CalendarButton/CalendarButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default defineComponent({
},
methods: {
init() {
// this.icalendar = new ICalendar(this.options)
let recurrence = {}
if (this.endDatetime && this.isAllDay) {
// Calculate how many full days
Expand Down Expand Up @@ -107,8 +106,6 @@ export default defineComponent({
fileLink.href = objectUrl
fileLink.download = kebabCase(this.title)
fileLink.click()
// this.icalendar.render()
console.log(this.icalendar.render())
}
}
})
Expand Down

0 comments on commit 11433fe

Please sign in to comment.