Niko Kovacevic 4 rokov pred
rodič
commit
5e666db1ce
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      pkg/costmodel/cluster.go

+ 0 - 1
pkg/costmodel/cluster.go

@@ -1211,7 +1211,6 @@ func pvCosts(diskMap map[DiskIdentifier]*Disk, resolution time.Duration, resActi
 				Breakdown: &ClusterCostsBreakdown{},
 			}
 		}
-		fmt.Printf("price: %.5f & minutes: %.5f & cost: %.5f\n", cost, diskMap[key].Minutes, diskMap[key].Cost)
 		diskMap[key].Cost = cost * (diskMap[key].Bytes / 1024 / 1024 / 1024) * (diskMap[key].Minutes / 60)
 		providerID, _ := result.GetString("provider_id") // just put the providerID set up here, it's the simplest query.
 		if providerID != "" {