From dce1b290bd38793a93af963681c2643658d77d26 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 8 Jun 2021 17:57:24 -0700 Subject: [PATCH] Remove debug statements. --- cas/cloudcas/cloudcas.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cas/cloudcas/cloudcas.go b/cas/cloudcas/cloudcas.go index b5fb309c..1be47694 100644 --- a/cas/cloudcas/cloudcas.go +++ b/cas/cloudcas/cloudcas.go @@ -5,7 +5,6 @@ import ( "crypto/rand" "crypto/x509" "encoding/asn1" - "encoding/json" "encoding/pem" "regexp" "strings" @@ -413,9 +412,6 @@ func (c *CloudCAS) CreateCertificateAuthority(req *apiv1.CreateCertificateAuthor } } - b, _ := json.MarshalIndent(ca, "", "\t") - println(string(b)) - return &apiv1.CreateCertificateAuthorityResponse{ Name: ca.Name, Certificate: cert,