From 61a2cc9d21dd2e93afa4540bd5fbc873e50b0907 Mon Sep 17 00:00:00 2001 From: Daniel Sover Date: Wed, 2 Dec 2020 15:46:43 -0500 Subject: [PATCH] fix: remove extra test output --- pkg/validation/internal/object_test.go | 2 -- pkg/validation/internal/operatorhub_test.go | 1 - 2 files changed, 3 deletions(-) diff --git a/pkg/validation/internal/object_test.go b/pkg/validation/internal/object_test.go index 170c2cc9d..ad41f423c 100644 --- a/pkg/validation/internal/object_test.go +++ b/pkg/validation/internal/object_test.go @@ -64,8 +64,6 @@ func TestValidateObject(t *testing.T) { } for _, tt := range table { - t.Log(tt.description) - u := unstructured.Unstructured{} o, err := ioutil.ReadFile(tt.path) if err != nil { diff --git a/pkg/validation/internal/operatorhub_test.go b/pkg/validation/internal/operatorhub_test.go index 91a2e2ca8..664de177c 100644 --- a/pkg/validation/internal/operatorhub_test.go +++ b/pkg/validation/internal/operatorhub_test.go @@ -83,7 +83,6 @@ func TestCustomCategories(t *testing.T) { } for _, tt := range table { - t.Logf("%s", tt.description) if tt.custom { os.Setenv("OPERATOR_BUNDLE_CATEGORIES", "./testdata/categories.json") } else {