Commit 888e8ada authored by Johannes Bill's avatar Johannes Bill

removed logs 2

parent 918f95cb
......@@ -151,7 +151,6 @@ function _getNextNoInMonthOccurence(day, startDate, noInMonth) {
var dayDiff = day - startDate.getDay();
if (dayDiff < 0) dayDiff += 7;
startDate.setDate(startDate.getDate() + dayDiff);
console.log(startDate);
var currentNoInMonth = Math.ceil(startDate.getDate() / 7);
while (currentNoInMonth != _noInMonth) {
......
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