From 008b7243b83090f2dfcd9657b4a208923a48179e Mon Sep 17 00:00:00 2001 From: liugq Date: Fri, 23 Sep 2022 18:05:40 +0800 Subject: [PATCH] remove test debug log --- plugin/api/index_management/elasticsearch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/api/index_management/elasticsearch.go b/plugin/api/index_management/elasticsearch.go index 42f93070..50a2719c 100644 --- a/plugin/api/index_management/elasticsearch.go +++ b/plugin/api/index_management/elasticsearch.go @@ -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)