We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bd94c commit c5099f1Copy full SHA for c5099f1
pkg/util/k8sutil/object.go
@@ -32,7 +32,6 @@ func Copy[T meta.Object](obj T) (T, bool) {
32
}
33
34
if q, ok := any(obj).(Q); ok {
35
- println("OK")
36
return q.DeepCopy(), true
37
38
0 commit comments