remove test debug log

This commit is contained in:
liugq 2022-09-23 18:05:40 +08:00
parent 7af5c22a1b
commit 008b7243b8
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ func (handler APIHandler) ElasticsearchOverviewAction(w http.ResponseWriter, req
log.Error(err)
}
if v, ok := hostCount.(float64); ok && v == 0 {
log.Error("sss")
hostCount, err = handler.getMetricCount(orm.GetIndexName(elastic.NodeConfig{}), "metadata.host", clusterIDs)
if err != nil{
log.Error(err)