Niko Kovacevic hace 5 años
padre
commit
3fdfadbc71
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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
 	}
 
-	// TODO remove after testing
-	log.Infof("CostDataModelRangeHandler: window=%s, resolution=%s", window, resolution)
-
 	// Use Thanos Client if it exists (enabled) and remote flag set
 	var pClient prometheusClient.Client
 	if remote != "false" && a.ThanosClient != nil {