Browse Source

Remove debug statement

Ask Bjørn Hansen 7 years ago
parent
commit
bcfec62dc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      targeting/targeting.go

+ 1 - 1
targeting/targeting.go

@@ -64,7 +64,7 @@ func (t TargetOptions) getGeoTargets(ip net.IP, hasClosest bool) ([]string, int,
 		if location == nil || err != nil {
 			return targets, 0, nil
 		}
-		log.Printf("Location for '%s' (err: %s): %+v", ip, err, location)
+		// log.Printf("Location for '%s' (err: %s): %+v", ip, err, location)
 		country = location.Country
 		continent = location.Continent
 		region = location.Region