Skip to content

Commit 31673ce

Browse files
committed
fix(unit): Remove leftover println causing excessive log in unit test
Leftover debugging printlf statement in util_test causes excessive logging in many unit tests. Signed-off-by: Vu Dinh <[email protected]>
1 parent f1c819b commit 31673ce

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)