Browse Source

Remove log

Niko Kovacevic 5 năm trước cách đây
mục cha
commit
3fdfadbc71
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      pkg/costmodel/router.go

+ 0 - 3
pkg/costmodel/router.go

@@ -504,9 +504,6 @@ func (a *Accesses) CostDataModelRange(w http.ResponseWriter, r *http.Request, ps
 		resolution = resDur
 		resolution = resDur
 	}
 	}
 
 
-	// TODO remove after testing
-	log.Infof("CostDataModelRangeHandler: window=%s, resolution=%s", window, resolution)
-
 	// Use Thanos Client if it exists (enabled) and remote flag set
 	// Use Thanos Client if it exists (enabled) and remote flag set
 	var pClient prometheusClient.Client
 	var pClient prometheusClient.Client
 	if remote != "false" && a.ThanosClient != nil {
 	if remote != "false" && a.ThanosClient != nil {