Skip to content
Snippets Groups Projects
Commit f6e45f88 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removed debug output

parent a3a6b10a
Branches
No related tags found
No related merge requests found
......@@ -402,9 +402,9 @@ function getforecastSummariesTableHTML(forecastConfigurations, excludePoiName, i
*/
function getSortedAndFilteredForecastSummaries(allForecastSummaries,firstDay,lastDay)
{
console.log(firstDay.format() + "-" + lastDay.format());
/*console.log(firstDay.format() + "-" + lastDay.format());
console.log("Difference: " + lastDay.diff(firstDay,"days"));
console.log(allForecastSummaries.length);
console.log(allForecastSummaries.length);*/
var retVal = Array();
// Filtering first
for(var i in allForecastSummaries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment