chore(unified-storage): remove debug logging for poller (#104862)

This commit is contained in:
Mustafa Sencer Özcan
2025-05-02 14:02:17 +02:00
committed by GitHub
parent d8fb1e8e4e
commit 3f2ad925fb

View File

@ -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
}