Commit 918f95cb authored by Johannes Bill's avatar Johannes Bill

removed logs

parent 74ec9bc5
...@@ -139,8 +139,6 @@ function cyclicFromTillDay(daySpan, noInMonth, timeSpan, dateSpan, epochSpan) { ...@@ -139,8 +139,6 @@ function cyclicFromTillDay(daySpan, noInMonth, timeSpan, dateSpan, epochSpan) {
function _getNextNoInMonthOccurence(day, startDate, noInMonth) { function _getNextNoInMonthOccurence(day, startDate, noInMonth) {
startDate = new Date(startDate); startDate = new Date(startDate);
console.log('-----');
console.log(startDate);
var _noInMonth; var _noInMonth;
if (noInMonth == -1) { if (noInMonth == -1) {
_noInMonth = 1; _noInMonth = 1;
...@@ -165,7 +163,6 @@ function _getNextNoInMonthOccurence(day, startDate, noInMonth) { ...@@ -165,7 +163,6 @@ function _getNextNoInMonthOccurence(day, startDate, noInMonth) {
if (noInMonth == -1) { if (noInMonth == -1) {
startDate.setDate(startDate.getDate() - 7); startDate.setDate(startDate.getDate() - 7);
} }
console.log(startDate);
return startDate; return startDate;
} }
......
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