Remove debug statement

This commit is contained in:
Roland Shoemaker 2015-06-10 16:18:52 -07:00
parent b38ebe18fc
commit 00053e4232
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ func getCaa(client *dns.Client, server string, domain string, alias bool) ([]*CA
if checkR.Rcode != dns.RcodeServerFailure {
return nil, fmt.Errorf("DNSSEC validation failure")
}
fmt.Printf("%+v\n", r)
}
return nil, fmt.Errorf("Invalid response code: %d-%s", r.Rcode, dns.RcodeToString[r.Rcode])
}