Remove debug statements.

pull/510/head
Mariano Cano 3 years ago
parent 7958f6ebb5
commit 6fd6270e7d

@ -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
}

Loading…
Cancel
Save