Skip to content

Commit

Permalink
chore: remove debug log (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite authored Sep 4, 2024
1 parent 2376b85 commit f9c94a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ export default class Client extends LanguageClient {
}

async start(): Promise<void> {
const command = this.#command;
const args = this.#args.join(' ');
this.info(`Starting LSP client using command: ${command} ${args}`);

await super.start();
}

Expand Down

0 comments on commit f9c94a0

Please sign in to comment.