Remove debugging code
This commit is contained in:
@@ -434,8 +434,6 @@ exports.getWeather = function( req, res ) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log( weather );
|
||||
|
||||
var scale = calculateWeatherScale( adjustmentMethod, adjustmentOptions, weather ),
|
||||
rainDelay = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user