瀏覽代碼

remove debugging

Alejandro 4 年之前
父節點
當前提交
936361cd7f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pkg/kubecost/allocation_test.go

+ 0 - 1
pkg/kubecost/allocation_test.go

@@ -2320,7 +2320,6 @@ func TestAllocationSetRange_AccumulateBy(t *testing.T) {
 	for _, c := range cases {
 	for _, c := range cases {
 		result, err = c.asr.AccumulateBy(c.resolution)
 		result, err = c.asr.AccumulateBy(c.resolution)
 		sumCost := 0.0
 		sumCost := 0.0
-		fmt.Println(c.testId)
 		if result == nil {
 		if result == nil {
 			t.Errorf("accumulating AllocationSetRange: expected AllocationSet; actual %s; TestId: %s", result, c.testId)
 			t.Errorf("accumulating AllocationSetRange: expected AllocationSet; actual %s; TestId: %s", result, c.testId)
 		}
 		}