Commented log

This commit is contained in:
vjrj 2017-11-30 20:01:54 +01:00
parent 8eb5f0cd4c
commit 144b14225c

View file

@ -17,7 +17,7 @@ Meteor.methods({
clientIP = '80.58.61.250' // Some Spain IP address
}
var geoData = IPGeocoder.geocode(clientIP);
console.log(geoData);
// console.log(geoData);
return geoData;
}
});