Skip to content

Commit ce85893

Browse files
committed
add one more logging statement
1 parent 5e316a1 commit ce85893

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/auth/secondaryAuth.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,12 @@ export class SecondaryAuth<T extends Connection = Connection> {
160160
getLogger().debug(
161161
`secondaryAuth: cache event did not update global state, no refresh is needed.`
162162
)
163+
//eslint-disable-next-line aws-toolkits/no-console-log
164+
console.log('secondaryAuth: cache event did not update global state, no refresh is needed.')
163165
return
164166
}
167+
//eslint-disable-next-line aws-toolkits/no-console-log
168+
console.log('secondaryAuth: restorePreviousSession/restoreConnecton')
165169
await this.auth.restorePreviousSession()
166170
await this.restoreConnection(true)
167171
},

0 commit comments

Comments
 (0)