diff --git a/sdk/cliproxy/auth/manager.go b/sdk/cliproxy/auth/manager.go index d3287bb2..ee866ae4 100644 --- a/sdk/cliproxy/auth/manager.go +++ b/sdk/cliproxy/auth/manager.go @@ -581,7 +581,7 @@ func (m *Manager) StopAutoRefresh() { } func (m *Manager) checkRefreshes(ctx context.Context) { - log.Debugf("checking refreshes") + // log.Debugf("checking refreshes") now := time.Now() snapshot := m.snapshotAuths() for _, a := range snapshot {