Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed Apr 24, 2024
1 parent 68c43e2 commit 07ed46e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/monitoring/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type basicCollector struct {
logger logr.Logger
}

// only use with Lock called before.
func (c *basicCollector) clearChannels() {
c.channels = []chan<- prometheus.Metric{}
}
Expand Down

0 comments on commit 07ed46e

Please sign in to comment.