Skip to content

Commit c5099f1

Browse files
committed
Iter
1 parent 99bd94c commit c5099f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/util/k8sutil/object.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func Copy[T meta.Object](obj T) (T, bool) {
3232
}
3333

3434
if q, ok := any(obj).(Q); ok {
35-
println("OK")
3635
return q.DeepCopy(), true
3736
}
3837

0 commit comments

Comments
 (0)