Parcourir la source

Remove redundant return.

Uriel il y a 13 ans
Parent
commit
cb364fa519
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      geoip.go

+ 0 - 1
geoip.go

@@ -10,7 +10,6 @@ func setupGeoIP() *geoip.GeoIP {
 	gi := geoip.Open()
 	if gi == nil {
 		log.Printf("Could not open GeoIP database\n")
-		return nil
 	}
 	return gi
 }