Skip to content

Commit

Permalink
Remove "Completed sessions invalidation" log
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Sep 5, 2024
1 parent 6cfd53b commit 3ad23fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/accesscontrol/access-control.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (ac *AccessControlHandlersCollection) periodicRefreshIntervalCache(mapic mi
for _, key := range keysToInvalidate {
mapic.InvalidateAllSessions(key)
}
glog.Infof("Completed sessions invalidation, count=%d", len(keysToInvalidate))
}
}
}()
Expand Down

0 comments on commit 3ad23fb

Please sign in to comment.