From aef267186f290904bf3ae72d3448145af62c44f1 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 11 Sep 2024 13:56:39 +0200 Subject: [PATCH] removes typo and debugging print from Calendar.js --- public/js/components/Calendar/Calendar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/components/Calendar/Calendar.js b/public/js/components/Calendar/Calendar.js index 5c1bab5c7..313ec54bf 100755 --- a/public/js/components/Calendar/Calendar.js +++ b/public/js/components/Calendar/Calendar.js @@ -104,9 +104,8 @@ export default { }, methods: { handleInput(day) { - // set the event when clicking on the lernveranstaltung in the data + // set the event when clicking on the lehrveranstaltung in the data this.currentlySelectedEvent = day[1]; - console.log(this.currentlySelectedEvent) // showing the modal Vue.nextTick(()=>{ this.$refs.calendarModal.show();