Remove debugging code
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user