Skip to content

Commit

Permalink
Merge pull request #2 from garthhumphreys/development
Browse files Browse the repository at this point in the history
remove comments
  • Loading branch information
garthhumphreys authored May 3, 2023
2 parents 1e48c65 + 848d6b7 commit f80c0fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions certy.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,4 @@ func certSearch(domain string) {
fmt.Println(certificate.NameValue)
}
}

// prettyJSON, err := json.MarshalIndent(data, "", " ")
// if err != nil {
// fmt.Println("Error:", err)
// return
// }
//
// fmt.Println(string(prettyJSON))
}

0 comments on commit f80c0fd

Please sign in to comment.