From ad23763d6ba1ddb4171c625e8240ceafa402bcdb Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Sun, 11 Sep 2022 18:46:31 -0400 Subject: [PATCH] remove comment --- pkg/specs/secrets.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/specs/secrets.go b/pkg/specs/secrets.go index b25c134b..e89ca960 100644 --- a/pkg/specs/secrets.go +++ b/pkg/specs/secrets.go @@ -56,7 +56,6 @@ func LoadFromSecretMatchingLabel(labelSelector string, namespace string, key str if !ok { return nil, errors.Errorf("support bundle spec not found in secret with matching label %s", secret.Name) } - //multidocs := strings.Split(string(spec), "\n---\n") secretsMatchingKey = append(secretsMatchingKey, string(spec)) }