Просмотр исходного кода

Removed some debug lines.

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
Nik Willwerth 2 лет назад
Родитель
Сommit
94b312bd77
1 измененных файлов с 0 добавлено и 4 удалено
  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()