Skip to content

Commit b20038d

Browse files
committed
fix: remove redundant logging message
1 parent 11a9fcb commit b20038d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/src/lsp/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class AmazonQLspAuth {
7777

7878
public updateBearerToken = onceChanged(this._updateBearerToken.bind(this))
7979
private async _updateBearerToken(token: string) {
80-
getLogger('amazonqLsp').info('Sending updated bearer token to LSP')
8180
const request = await this.createUpdateCredentialsRequest({
8281
token,
8382
})

0 commit comments

Comments
 (0)