From e76ae423a9ed96721f01d8d4149043f64c0d5f39 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Mon, 21 May 2018 21:03:09 -0500 Subject: [PATCH] Remove debugging code --- routes/weather.js | 2 -- 1 file changed, 2 deletions(-) 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;