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();