Merge pull request #95605 from duboc/quota-cleanup

Remove debug print from create quota

Kubernetes-commit: 2380b002972302073458f157a9cb2ea9f484d17a
This commit is contained in:
Kubernetes Publisher 2020-11-02 13:41:26 -08:00
commit c614d36750
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ func (o *QuotaOpts) createQuota() (*corev1.ResourceQuota, error) {
if o.EnforceNamespace {
namespace = o.Namespace
}
fmt.Println(corev1.SchemeGroupVersion.String())
resourceQuota := &corev1.ResourceQuota{
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ResourceQuota"},
ObjectMeta: metav1.ObjectMeta{