diff --git a/src/client.ts b/src/client.ts index e00e369..ca40dac 100644 --- a/src/client.ts +++ b/src/client.ts @@ -309,10 +309,6 @@ export default class Client extends LanguageClient { } async start(): Promise { - const command = this.#command; - const args = this.#args.join(' '); - this.info(`Starting LSP client using command: ${command} ${args}`); - await super.start(); }