Kaelan Patel 4 лет назад
Родитель
Сommit
dc0cb8f6da
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      pkg/costmodel/cluster_helpers.go

+ 0 - 6
pkg/costmodel/cluster_helpers.go

@@ -96,8 +96,6 @@ func buildCPUCostMap(
 
 		clusterAndNameToType[keyNon] = nodeType
 
-		log.Infof("ASSET CLUSTERNODES NODE: %s WITH CPUPRICE: %f", key.Name, cpuCost)
-
 		cpuCostMap[key] = cpuCost
 	}
 
@@ -172,8 +170,6 @@ func buildRAMCostMap(
 
 		clusterAndNameToType[keyNon] = nodeType
 
-		log.Infof("ASSET CLUSTERNODES NODE: %s WITH RAMPRICE: %f", key.Name, ramCost)
-
 		ramCostMap[key] = ramCost
 	}
 
@@ -256,8 +252,6 @@ func buildGPUCostMap(
 			gpuCostMap[key] = gpuCost
 		}
 
-		log.Infof("ASSET CLUSTERNODES NODE: %s WITH GPUPRICE: %f", key.Name, gpuCost)
-
 	}
 
 	return gpuCostMap, clusterAndNameToType