Skip to content

Commit 7cfd49d

Browse files
fix: remove debug trace for access token refresh
1 parent 31b8fd0 commit 7cfd49d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/authenticationManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export class AuthenticationManager {
9494
this.token = undefined;
9595
} else {
9696
// Attempt to refresh token.
97-
console.trace('Refreshing access token');
9897
try {
9998
this.token = await refreshTokenGrant(
10099
this.discovery,

0 commit comments

Comments
 (0)