mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove stray log
This commit is contained in:
parent
1629f68d5e
commit
bbe15a3ff3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue