diff --git a/routes/weather.js b/routes/weather.js index 5519f01..653f162 100755 --- a/routes/weather.js +++ b/routes/weather.js @@ -434,8 +434,6 @@ exports.getWeather = function( req, res ) { return; } - console.log( weather ); - var scale = calculateWeatherScale( adjustmentMethod, adjustmentOptions, weather ), rainDelay = -1;