Skip to content

Commit

Permalink
Remove lingering debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jun 1, 2023
1 parent 809c46e commit 27f78e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/collector/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const (
type labels map[string]string

func (me *MetricsExporter) Shutdown(ctx context.Context) error {
fmt.Println("Shutting down metrics exporter")
// TODO: pass ctx to goroutines so that we can use its deadline
close(me.shutdownC)
c := make(chan struct{})
Expand Down

0 comments on commit 27f78e7

Please sign in to comment.