Skip to content

Commit 9f0912a

Browse files
committed
remove log
1 parent 071f38c commit 9f0912a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/otel-allocator/watcher/promOperator.go

-2
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,8 @@ func (w *PrometheusCRWatcher) Watch(upstreamEvents chan Event, upstreamErrors ch
279279
// these functions only write to the notification channel if it's empty to avoid blocking
280280
// if scrape config updates are being rate-limited
281281
AddFunc: func(obj interface{}) {
282-
w.logger.Info("added", "obj", obj)
283282
select {
284283
case notifyEvents <- struct{}{}:
285-
w.logger.Info("added")
286284
default:
287285
}
288286
},

0 commit comments

Comments
 (0)