Remove debugging code

This commit is contained in:
Samer Albahra
2018-05-20 16:06:00 -05:00
parent 22d7fa5892
commit 9f32feee42

View File

@@ -227,7 +227,6 @@ function getOWMWeatherData( location, callback ) {
// Perform the HTTP request to retrieve the weather data // Perform the HTTP request to retrieve the weather data
httpRequest( url, function( data ) { httpRequest( url, function( data ) {
console.log( url );
try { try {
data = JSON.parse( data ); data = JSON.parse( data );
var weather = { var weather = {