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

Remove debug output

parent 69522820
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,6 @@ async function isPointCoveredByDatasource(coordinate, datasource) ...@@ -407,7 +407,6 @@ async function isPointCoveredByDatasource(coordinate, datasource)
* @param {String} tableClass for styling the table, e.g. using Bootstrap * @param {String} tableClass for styling the table, e.g. using Bootstrap
*/ */
function renderWeatherData(weatherData, container, tableClass){ function renderWeatherData(weatherData, container, tableClass){
console.info(weatherData);
let dates = getDateArray(weatherData.timeStart, weatherData.interval, weatherData.locationWeatherData[0].data.length); let dates = getDateArray(weatherData.timeStart, weatherData.interval, weatherData.locationWeatherData[0].data.length);
let html = "<table" + (tableClass != undefined ? " class=\"" + tableClass + "\"" : "") + "><thead><tr><th>Time</th>"; let html = "<table" + (tableClass != undefined ? " class=\"" + tableClass + "\"" : "") + "><thead><tr><th>Time</th>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment