diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index 53af184c..14e2879a 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -793,7 +793,7 @@ export default { this.calendarHeight = window.innerHeight * 0.84; }, viewDay({ date }) { - console.log("ViewDay clicked"); + //console.log("ViewDay clicked"); this.focus = date; this.viewType = "day"; },