Commit 1fc4f47e authored by Johannes Bill's avatar Johannes Bill

remove console log

parent aaefcd79
...@@ -454,7 +454,6 @@ function weekViewData(dataObj, now) { ...@@ -454,7 +454,6 @@ function weekViewData(dataObj, now) {
var dayLabels = []; var dayLabels = [];
var today = new Date(now.getFullYear(), now.getMonth(), now.getDate()).getTime(); var today = new Date(now.getFullYear(), now.getMonth(), now.getDate()).getTime();
console.log(today);
var oHours = rawHours.map(function (day) { var oHours = rawHours.map(function (day) {
var isToday = day.date.getTime() == today; var isToday = day.date.getTime() == today;
var isTodayCls = isToday?" date-today":""; var isTodayCls = isToday?" date-today":"";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment