Skip to content

Commit

Permalink
remove fmt output
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed Nov 27, 2022
1 parent 2de1779 commit 4ce0577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ipaddr/hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package ipaddr

import (
"fmt"
"net"
"net/netip"
"strings"
Expand Down Expand Up @@ -472,8 +471,8 @@ func (host *HostName) ToAddresses() (addrs []*IPAddress, err addrerr.AddressErro
}
}
}
fmt.Printf("resolved addrs %v\n", addrs)
fmt.Println()
//fmt.Printf("resolved addrs %v\n", addrs)
//fmt.Println()
}
}
data = &resolveData{addrs, err}
Expand Down

0 comments on commit 4ce0577

Please sign in to comment.