forked from TrueCloudLab/certificates
Remove debug statement
This commit is contained in:
parent
a1f54921d2
commit
9648fe6b4c
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func (s *StepCAS) createCertificate(cr *x509.CertificateRequest, lifetime time.D
|
|||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
println(token)
|
||||
|
||||
resp, err := s.client.Sign(&api.SignRequest{
|
||||
CsrPEM: api.CertificateRequest{CertificateRequest: cr},
|
||||
OTT: token,
|
||||
|
|
Loading…
Reference in a new issue