From fc4e916a99ea03f2a55cfd30f78fa9e7492b8cf2 Mon Sep 17 00:00:00 2001 From: Jon Heller Date: Sun, 18 Oct 2015 21:34:05 -0400 Subject: [PATCH] remove console statement --- js/weather/weather.js | 2 -- 1 file changed, 2 deletions(-) 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 = '';