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