Explorar el Código

remove unnecessary log

AjayTripathy hace 7 años
padre
commit
d2fb1011db
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      cloud/awsprovider.go

+ 0 - 1
cloud/awsprovider.go

@@ -527,7 +527,6 @@ func (aws *AWS) DownloadPricingData() error {
 					usageTypeNoRegion := usageTypeMatch[len(usageTypeMatch)-1]
 					key := locationToRegion[product.Attributes.Location] + "," + usageTypeNoRegion
 					spotKey := key + ",preemptible"
-					klog.V(1).Infof("KEY %s", key)
 					pv := &PV{
 						Class:  volTypes[usageTypeNoRegion],
 						Region: locationToRegion[product.Attributes.Location],