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 {