Skip to content

Commit 4cbf104

Browse files
authored
(Minor) Remove outdated comment (#1453)
1 parent 26ccde9 commit 4cbf104

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/ql-vscode/src/query-history.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,6 @@ export class QueryHistoryManager extends DisposableObject {
963963
singleItem: QueryHistoryInfo,
964964
multiSelect: QueryHistoryInfo[]
965965
) {
966-
// Local queries only
967-
// In the future, we may support cancelling remote queries, but this is not a short term plan.
968966
const { finalSingleItem, finalMultiSelect } = this.determineSelection(singleItem, multiSelect);
969967

970968
const selected = finalMultiSelect || [finalSingleItem];

0 commit comments

Comments
 (0)