Skip to content

Commit ddf4df4

Browse files
author
Stephan Brandauer
committed
remove unnecessary log line
1 parent c0ed920 commit ddf4df4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/ql-vscode/src/local-queries/qlpack-generator.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ select f, "Hello, world!"
131131
ideServer: LanguageClient,
132132
) {
133133
const packFilePath = join(packFileDir, this.qlpackFileName);
134-
await this.cliServer.logger.log(
135-
`Notifying pack change for ${packFilePath}`,
136-
);
137134
await ideServer.sendNotification(DidChangeWatchedFilesNotification.type, {
138135
changes: [
139136
{

0 commit comments

Comments
 (0)