Skip to content

Commit 5a87338

Browse files
Merge pull request #859 from dinhxuanvu/util-test
fix(unit): Remove leftover println causing excessive log in unit test
2 parents 3b9d943 + 31673ce commit 5a87338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/registry/resolver/util_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ func crd(key opregistry.APIKey) *v1beta1.CustomResourceDefinition {
211211
}
212212

213213
func u(object runtime.Object) *unstructured.Unstructured {
214-
fmt.Println(object)
215214
unst, err := runtime.DefaultUnstructuredConverter.ToUnstructured(object)
216215
if err != nil {
217216
panic(err)

0 commit comments

Comments
 (0)