Removed useless console log

This commit is contained in:
Alexis
2024-04-08 22:39:13 +02:00
parent 7b6eedd687
commit 8d6f49d956

View File

@@ -42,7 +42,6 @@ export const useCalendarEvents = defineStore('calendar-events', () => {
// Watch for currentDate changes
watch(currentDate, () => {
currentEvents.value = computeCurrentEvents()
console.log(currentEvents.value)
})
/**