[v10.4.x] Remove fmt.Println of client certificate (#86785)

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 17:03:49 +02:00
committed by GitHub
co-authored by George Robinson
parent 361bffd0fd
commit 28ce8360ab
@@ -616,7 +616,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
}