Explorar o código

clean up comments, logs

AjayTripathy %!s(int64=6) %!d(string=hai) anos
pai
achega
e3d9dedcd3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      costmodel/costmodel.go

+ 0 - 1
costmodel/costmodel.go

@@ -2072,7 +2072,6 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 		}
 		// The container has been deleted, or is from a different clusterID
 		// Not all information is sent to prometheus via ksm, so fill out what we can without k8s api
-		klog.V(4).Info("The container " + key + " has been deleted. Calculating allocation but resulting object will be missing data.")
 		c, _ := NewContainerMetricFromKey(key)
 		RAMReqV, ok := RAMReqMap[key]
 		if !ok {