Remove stray log

This commit is contained in:
Shane Kilkelly 2018-03-02 12:06:18 +00:00
parent 1629f68d5e
commit bbe15a3ff3

View file

@ -31,7 +31,6 @@ module.exports = GeoIpLookup =
e = new Error("no ip passed")
return callback(e)
ip = ip.trim().split(" ")[0]
console.log ">> ", URL.resolve(settings.apis.geoIpLookup.url,ip)
opts =
url: URL.resolve(settings.apis.geoIpLookup.url,ip)
timeout: 1000