diff --git a/modules/default/weather/providers/ukmetofficedatahub.js b/modules/default/weather/providers/ukmetofficedatahub.js index b3772860..d096c33b 100644 --- a/modules/default/weather/providers/ukmetofficedatahub.js +++ b/modules/default/weather/providers/ukmetofficedatahub.js @@ -60,7 +60,6 @@ WeatherProvider.register("ukmetofficedatahub", { queryStrings += "latitude=" + this.config.lat; queryStrings += "&longitude=" + this.config.lon; queryStrings += "&includeLocationName=" + true; - // Return URL, making sure there is a trailing "/" in the base URL. return this.config.apiBase + (this.config.apiBase.endsWith("/") ? "" : "/") + forecastType + queryStrings;