Commit 31b0596c authored by Johannes Bill's avatar Johannes Bill

removed debug console.logs

parent 76219c09
...@@ -75,8 +75,6 @@ function standardFromTillDay(daySpan, timeSpan, dateSpan, epochSpan, daysDistanc ...@@ -75,8 +75,6 @@ function standardFromTillDay(daySpan, timeSpan, dateSpan, epochSpan, daysDistanc
} }
result = sort(result); result = sort(result);
result = andOp(result, [epochSpan]); result = andOp(result, [epochSpan]);
console.log(timeSpan);
console.log(result);
return result; return result;
} }
......
...@@ -34,7 +34,6 @@ module.exports.getData = function (now, cb) { ...@@ -34,7 +34,6 @@ module.exports.getData = function (now, cb) {
console.log(name, err); console.log(name, err);
} }
else if (dataObj && dataObj.intervals.length > 0) { else if (dataObj && dataObj.intervals.length > 0) {
console.log(dataObj);
cnt++; cnt++;
var view = dateView.getView(dataObj, now); var view = dateView.getView(dataObj, now);
var asString = dateView.asString(dataObj, now); var asString = dateView.asString(dataObj, now);
......
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