Skip to content

Commit fa298c5

Browse files
asgerfCopilot
andauthored
Update extensions/ql-vscode/src/local-queries/results-view.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fe9983 commit fa298c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/ql-vscode/src/local-queries/results-view.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,6 @@ export class ResultsView extends AbstractWebview<
10961096
private computeEditorSelection(): EditorSelection | undefined {
10971097
const editor = window.activeTextEditor;
10981098
if (!editor) {
1099-
void this.logger.log("No active editor");
11001099
return undefined;
11011100
}
11021101

0 commit comments

Comments
 (0)