소스 검색

remove extra log

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

+ 0 - 1
pkg/costmodel/promparsers.go

@@ -322,7 +322,6 @@ func GetNamespaceLabelsMetrics(queryResult interface{}, defaultClusterID string)
 			toReturn[nsKey] = val.GetLabels()
 		}
 	}
-	klog.Infof("NAMESPACE LABELS %v", toReturn)
 	return toReturn, nil
 }