Remove debugging code

This commit is contained in:
Samer Albahra
2018-05-21 21:03:09 -05:00
parent 9246551230
commit e76ae423a9

View File

@@ -434,8 +434,6 @@ exports.getWeather = function( req, res ) {
return; return;
} }
console.log( weather );
var scale = calculateWeatherScale( adjustmentMethod, adjustmentOptions, weather ), var scale = calculateWeatherScale( adjustmentMethod, adjustmentOptions, weather ),
rainDelay = -1; rainDelay = -1;