Skip to content

Commit

Permalink
Remove extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Sep 4, 2012
1 parent 75e3227 commit 0fd11bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geodns.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func main() {
addrs, _ := net.InterfaceAddrs()
ips := make([]string, 0)
for _, addr := range addrs {
log.Println("I", addr)
ip, _, err := net.ParseCIDR(addr.String())
if err != nil {
continue
Expand Down

0 comments on commit 0fd11bd

Please sign in to comment.