From f6e45f88e581884e8a26dc1578c6f2f467438e23 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 8 Jun 2021 10:19:08 +0200 Subject: [PATCH] Removed debug output --- VIPSWeb/static/js/frontpage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VIPSWeb/static/js/frontpage.js b/VIPSWeb/static/js/frontpage.js index a0dade19..80e4692c 100755 --- a/VIPSWeb/static/js/frontpage.js +++ b/VIPSWeb/static/js/frontpage.js @@ -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) -- GitLab