Skip to content

Commit aa3af8f

Browse files
authored
Update crt_v2.go
removing debug
1 parent e4acda1 commit aa3af8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crt_v2.go

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func GetJsonFromCrt(domain string) {
3232
if err != nil {
3333
fmt.Println("error:", err)
3434
}
35-
fmt.Printf("%T", subdomains)
3635
for _, subdomain := range subdomains {
3736
fmt.Println("Found:", subdomain.CommonName)
3837
}

0 commit comments

Comments
 (0)