remove console statement

This commit is contained in:
Jon Heller 2015-10-18 21:34:05 -04:00
parent 568c0ecc43
commit fc4e916a99

View File

@ -99,8 +99,6 @@ weather.updateWeatherForecast = function () {
data: weather.params,
success: function (data) {
console.log('data', data);
var _opacity = 1,
_forecastHtml = '';