Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Nov 3, 2023
1 parent a347e80 commit 715bee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/api-keys/src/server/jwks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ impl RemoteJwksDecoder {
err = None;
}
Err(e) => {
// log the error and continue with stale keys
eprintln!(
"Failed to refresh JWKS after {} attempts: {:?}",
self.retry_count, err
Expand Down

0 comments on commit 715bee7

Please sign in to comment.