diff --git a/js/weather/weather.js b/js/weather/weather.js index 7b3622fc..1a20382b 100644 --- a/js/weather/weather.js +++ b/js/weather/weather.js @@ -99,8 +99,6 @@ weather.updateWeatherForecast = function () { data: weather.params, success: function (data) { - console.log('data', data); - var _opacity = 1, _forecastHtml = '';