[v10.0.x] Remove fmt.Println of client certificate (#86780)

Remove fmt.Println of client certificate (#86773)

(cherry picked from commit 2049f766c6)

Co-authored-by: George Robinson <george.robinson@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-23 16:28:36 +02:00
committed by GitHub
co-authored by George Robinson
parent 1023ee2bed
commit 96ddb1bd23
@@ -511,7 +511,6 @@ func (s *Service) dsTLSOptions(ctx context.Context, ds *datasources.DataSource)
if tlsClientAuth {
if val, exists, err := s.DecryptedValue(ctx, ds, "tlsClientCert"); err == nil {
fmt.Print("\n\n\n\n", val, exists, err, "\n\n\n\n")
if exists && len(val) > 0 {
opts.ClientCertificate = val
}