Skip to content

Commit

Permalink
fix(oidc): remove console.log (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 4, 2024
1 parent 7d7b8c2 commit 3f885fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/oidc-client/src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export const fetchWithTokens =
// @ts-ignore
const getValidToken = await getValidTokenAsync(oidcToken);

console.log('getValidTokenAsync');
console.log(getValidToken);

const accessToken = getValidToken?.tokens?.accessToken;
if (!headers.has('Accept')) {
headers.set('Accept', 'application/json');
Expand Down

0 comments on commit 3f885fc

Please sign in to comment.