Skip to content

Commit 718ce7e

Browse files
committed
docs: remove extra logging statement
1 parent 05fcc6a commit 718ce7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/src/lsp/chat/activation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export async function activate(languageClient: LanguageClient, encryptionKey: Bu
8989
}),
9090
Settings.instance.onDidChangeSection(lspSettingsSection, () => {
9191
void pushConfigUpdate(languageClient, { type: 'logging', ...getLspLogSettings() })
92-
getLogger().info('LSP settings changed, sending to lsp')
9392
})
9493
)
9594
}

0 commit comments

Comments
 (0)