Browse Source

delete noisy/test log message

Signed-off-by: r2k1 <yokree@gmail.com>
r2k1 3 năm trước cách đây
mục cha
commit
d74fb3b241
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      pkg/costmodel/csv_export.go

+ 0 - 2
pkg/costmodel/csv_export.go

@@ -197,8 +197,6 @@ func (e *csvExporter) writeCSVToWriter(ctx context.Context, w io.Writer, dates [
 				return err
 			}
 
-			log.Infof("%f", alloc.TotalCost())
-
 			err := csvWriter.Write([]string{
 				date.Format("2006-01-02"),
 				alloc.Properties.Namespace,