Skip to content

Commit

Permalink
remove unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeluka committed Nov 27, 2024
1 parent c0ed920 commit ddf4df4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/ql-vscode/src/local-queries/qlpack-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ select f, "Hello, world!"
ideServer: LanguageClient,
) {
const packFilePath = join(packFileDir, this.qlpackFileName);
await this.cliServer.logger.log(
`Notifying pack change for ${packFilePath}`,
);
await ideServer.sendNotification(DidChangeWatchedFilesNotification.type, {
changes: [
{
Expand Down

0 comments on commit ddf4df4

Please sign in to comment.