Commented log
This commit is contained in:
parent
8eb5f0cd4c
commit
144b14225c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Meteor.methods({
|
||||||
clientIP = '80.58.61.250' // Some Spain IP address
|
clientIP = '80.58.61.250' // Some Spain IP address
|
||||||
}
|
}
|
||||||
var geoData = IPGeocoder.geocode(clientIP);
|
var geoData = IPGeocoder.geocode(clientIP);
|
||||||
console.log(geoData);
|
// console.log(geoData);
|
||||||
return geoData;
|
return geoData;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue