mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Remove debug statements.
This commit is contained in:
@@ -141,7 +141,6 @@ func (c *CloudCAS) GetCertificateAuthority(req *apiv1.GetCertificateAuthorityReq
|
||||
Name: name,
|
||||
})
|
||||
if err != nil {
|
||||
println(name)
|
||||
return nil, errors.Wrap(err, "cloudCAS GetCertificateAuthority failed")
|
||||
}
|
||||
if len(resp.PemCaCertificates) == 0 {
|
||||
|
||||
@@ -211,6 +211,5 @@ func (s *StepCAS) lifetime(d time.Duration) api.TimeDuration {
|
||||
}
|
||||
var td api.TimeDuration
|
||||
td.SetDuration(d)
|
||||
println(td.String(), d.String())
|
||||
return td
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user