remove comment

This commit is contained in:
Diamon Wiggins
2022-09-11 18:46:31 -04:00
parent 7120516b13
commit ad23763d6b

View File

@@ -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))
}