Skip to content

Commit e2dbb62

Browse files
authored
Merge pull request #396 from replicatedhq/emosbaugh/20210726/cleanup
remove debug log
2 parents 6349ae8 + 851c91b commit e2dbb62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/collect/secret.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func secretToOutput(secretCollector *troubleshootv1beta2.Secret, secret *corev1.
8383
foundSecret.SecretExists = true
8484
if secretCollector.Key != "" {
8585
if val, ok := secret.Data[secretCollector.Key]; ok {
86-
fmt.Println("FOUND")
8786
foundSecret.KeyExists = true
8887
if secretCollector.IncludeValue {
8988
foundSecret.Value = string(val)

0 commit comments

Comments
 (0)