ceremony: Remove unnecessary fmt.Print (#7368)

I accidentally left this print line in while working on
https://github.com/letsencrypt/boulder/pull/7364 and forgot to clean it
up.
This commit is contained in:
Phil Porada 2024-03-07 15:17:23 -05:00 committed by GitHub
parent 62153579db
commit 8a74de18ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ func postIssuanceLinting(fc *x509.Certificate, skipLints []string) error {
if err != nil {
return err
}
fmt.Print()
return nil
}