remove test debug log
This commit is contained in:
parent
7af5c22a1b
commit
008b7243b8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue