Przeglądaj źródła

remove debugging

Alejandro 4 lat temu
rodzic
commit
936361cd7f
1 zmienionych plików z 0 dodań i 1 usunięć
  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)
 		}
 		}