mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:02:12 +08:00
chore(unified-storage): remove debug logging for poller (#104862)
This commit is contained in:

committed by
GitHub

parent
d8fb1e8e4e
commit
3f2ad925fb
@ -150,11 +150,6 @@ func (p *pollingNotifier) poller(ctx context.Context, since groupResourceRV, str
|
||||
|
||||
// We don't need to poll if the RV hasn't changed.
|
||||
if since[group][resource] >= latestRV {
|
||||
p.log.Debug("polling for resource skipped",
|
||||
"group", group,
|
||||
"resource", resource,
|
||||
"latestKnownRV", since[group][resource],
|
||||
"latestFetchedRV", latestRV)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user