Removed useless console log
This commit is contained in:
@@ -42,7 +42,6 @@ export const useCalendarEvents = defineStore('calendar-events', () => {
|
||||
// Watch for currentDate changes
|
||||
watch(currentDate, () => {
|
||||
currentEvents.value = computeCurrentEvents()
|
||||
console.log(currentEvents.value)
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user