forked from TrueCloudLab/certificates
Remove debug statements.
This commit is contained in:
parent
7958f6ebb5
commit
6fd6270e7d
2 changed files with 0 additions and 2 deletions
|
@ -141,7 +141,6 @@ func (c *CloudCAS) GetCertificateAuthority(req *apiv1.GetCertificateAuthorityReq
|
||||||
Name: name,
|
Name: name,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
println(name)
|
|
||||||
return nil, errors.Wrap(err, "cloudCAS GetCertificateAuthority failed")
|
return nil, errors.Wrap(err, "cloudCAS GetCertificateAuthority failed")
|
||||||
}
|
}
|
||||||
if len(resp.PemCaCertificates) == 0 {
|
if len(resp.PemCaCertificates) == 0 {
|
||||||
|
|
|
@ -211,6 +211,5 @@ func (s *StepCAS) lifetime(d time.Duration) api.TimeDuration {
|
||||||
}
|
}
|
||||||
var td api.TimeDuration
|
var td api.TimeDuration
|
||||||
td.SetDuration(d)
|
td.SetDuration(d)
|
||||||
println(td.String(), d.String())
|
|
||||||
return td
|
return td
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue