Skip to content

Commit 00ac9dd

Browse files
author
zianazhao
committed
gaap
1 parent 7e7024c commit 00ac9dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/metric/repository.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ func (repo *TcmMetricRepositoryImpl) listSampleByBatch(
197197
if err != nil {
198198
return nil, err
199199
}
200-
level.Info(repo.logger).Log("reqid:", response.Response.RequestId)
201200
for _, points := range response.Response.DataPoints {
202201
samples, ql, e := repo.buildSamples(m, points)
203202
if e != nil {

0 commit comments

Comments
 (0)