From 9f32feee427a8016ef9f7c2d6b23cd000f5f68ac Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Sun, 20 May 2018 16:06:00 -0500 Subject: [PATCH] Remove debugging code --- routes/weather.js | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/weather.js b/routes/weather.js index b2a2a65..8031107 100755 --- a/routes/weather.js +++ b/routes/weather.js @@ -227,7 +227,6 @@ function getOWMWeatherData( location, callback ) { // Perform the HTTP request to retrieve the weather data httpRequest( url, function( data ) { - console.log( url ); try { data = JSON.parse( data ); var weather = {