removed debuging log statement

This commit is contained in:
Ethan Knowlton 2023-09-22 21:31:07 -04:00
parent 4e50dce997
commit d3bee3c4d8
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ func (ips *IPStack) Parse(ip net.IP, hostname string) (parser.Response, error) {
if err != nil {
return parser.Response{}, err
}
fmt.Printf("%+v\n", res)
ipDecimal := iputil.ToDecimal(ip)