Explorar o código

Remove extraneous logs

Kaelan Patel %!s(int64=4) %!d(string=hai) anos
pai
achega
dc0cb8f6da
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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