Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabi315 committed Oct 14, 2021
1 parent fd91a1a commit 6ecfab3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/event/EventAttendees.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export default class EventAttendees extends Vue {
return this.event.attendees
}
created() {
console.log('event', this.event)
}
@Watch('attendees', { deep: true, immediate: true })
async updateCounts() {
let _attendanceCount: number = 0
Expand Down

0 comments on commit 6ecfab3

Please sign in to comment.