Skip to content

Commit

Permalink
remove unneeded debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Oelmüller authored and zwopir committed Feb 27, 2019
1 parent e4f6e4b commit 55790a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/clusterinfo/clusterinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ type Retriever struct {

// New creates a new Retriever
func New(logger log.Logger, client *http.Client, u *url.URL, interval time.Duration) *Retriever {
level.Debug(logger).Log("msg", "initializing clusterinfo retriever", "interval", interval.String())
return &Retriever{
consumerChannels: make(map[string]*chan *Response),
logger: logger,
Expand Down

0 comments on commit 55790a8

Please sign in to comment.