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 = {