|
|
@@ -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
|