Explorar o código

Removed some debug lines.

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
Nik Willwerth %!s(int64=2) %!d(string=hai) anos
pai
achega
94b312bd77
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      pkg/customcost/types.go

+ 0 - 4
pkg/customcost/types.go

@@ -56,8 +56,6 @@ type CostTimeseriesResponse struct {
 	Timeseries []*CostResponse `json:"timeseries"`
 }
 
-// --------------
-
 func NewCostResponse(ccs *CustomCostSet) *CostResponse {
 	costResponse := &CostResponse{
 		Window:      ccs.Window,
@@ -73,8 +71,6 @@ func NewCostResponse(ccs *CustomCostSet) *CostResponse {
 	return costResponse
 }
 
-// --------------
-
 func ParseCustomCostResponse(ccResponse *pb.CustomCostResponse) []*CustomCost {
 	costs := ccResponse.GetCosts()