Niko Kovacevic 5 лет назад
Родитель
Сommit
3fdfadbc71
1 измененных файлов с 0 добавлено и 3 удалено
  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 {