mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:02:42 +08:00
fix: remove deadcode to make gometalinter happy
This commit is contained in:
@ -22,8 +22,7 @@ import (
|
||||
const loggerName = "tsdb.elasticsearch.client"
|
||||
|
||||
var (
|
||||
clientLog = log.New(loggerName)
|
||||
intervalCalculator = tsdb.NewIntervalCalculator(&tsdb.IntervalOptions{MinInterval: 15 * time.Second})
|
||||
clientLog = log.New(loggerName)
|
||||
)
|
||||
|
||||
// Client represents a client which can interact with elasticsearch api
|
||||
|
Reference in New Issue
Block a user