Skip to content

Commit

Permalink
Update crt_v2.go
Browse files Browse the repository at this point in the history
removing debug
  • Loading branch information
an4kein authored Jun 7, 2021
1 parent e4acda1 commit aa3af8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crt_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func GetJsonFromCrt(domain string) {
if err != nil {
fmt.Println("error:", err)
}
fmt.Printf("%T", subdomains)
for _, subdomain := range subdomains {
fmt.Println("Found:", subdomain.CommonName)
}
Expand Down

0 comments on commit aa3af8f

Please sign in to comment.