remove console logs

This commit is contained in:
Sergei Meza 2022-11-09 14:28:37 +09:00
parent 3bca3ef072
commit 911eae897f
3 changed files with 0 additions and 9 deletions

View file

@ -70,7 +70,6 @@ export async function getCountry(req, ip) {
// Database lookup
if (!lookup) {
lookup = await maxmind.open(path.resolve('node_modules/.geo/GeoLite2-City.mmdb'));
// lookup = await maxmind.open(path.resolve('node_modules/.geo/GeoLite2-Country.mmdb'));
}
const result = lookup.get(ip);