소스 검색

remove log statement

AjayTripathy 6 년 전
부모
커밋
7071446688
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      costmodel/costmodel.go

+ 0 - 7
costmodel/costmodel.go

@@ -2042,13 +2042,6 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 	if err != nil {
 		return nil, err
 	}
-	for key := range GPUReqMap {
-		containers[key] = true
-		klog.Infof("GPUMAP: %s", key)
-		for _, vec := range GPUReqMap[key] {
-			klog.Infof("%f: %f", vec.Timestamp, vec.Value)
-		}
-	}
 
 	measureTime(profileStart, fmt.Sprintf("costDataRange(%fh): GetContainerMetricVectors", durHrs))