Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garthhumphreys committed May 3, 2023
1 parent 1e48c65 commit 848d6b7
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 848d6b7

Please sign in to comment.