Skip to content

Commit

Permalink
fix(oidc): remove missing console.log (#1472) (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Oct 1, 2024
1 parent 60d7216 commit 8c98b27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/oidc-client/src/parseTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ export const getValidTokenAsync = async (
) &&
numberWaitTemp > 0
) {
console.log('getValidTokenAsync wait and return value');
console.log(oidc.getTokens());
if (
oidc.configuration.token_automatic_renew_mode ==
TokenAutomaticRenewMode.AutomaticOnlyWhenFetchExecuted
Expand Down

0 comments on commit 8c98b27

Please sign in to comment.