1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-10 10:47:00 -07:00

Remove unnecessary comment

This commit is contained in:
Eggbertx 2024-03-04 16:13:18 -08:00
parent 0f36a300c4
commit 3fd198ff8b

View file

@ -13,8 +13,6 @@ import (
"github.com/rs/zerolog"
)
// [Your site name or product name] uses the IP2Location LITE database for <a href="https://lite.ip2location.com">IP geolocation</a>.
var (
i2ldb = &ip2locationDB{}
)