Merge pull request #98192 from sfrique/cleanup

Cleanup: Remove debug print
This commit is contained in:
Kubernetes Prow Robot 2021-01-20 08:46:25 -08:00 committed by GitHub
commit 329e39e439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,6 @@ func (o *ServiceAccountOpts) createServiceAccount() (*corev1.ServiceAccount, err
if o.EnforceNamespace {
namespace = o.Namespace
}
fmt.Println(corev1.SchemeGroupVersion.String())
serviceAccount := &corev1.ServiceAccount{
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ServiceAccount"},
ObjectMeta: metav1.ObjectMeta{