Skip to content

Commit c62f381

Browse files
committed
Remove extra log message
1 parent 3547fdf commit c62f381

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,6 @@ export class QueryHistoryManager extends DisposableObject {
971971
private async showToastWithWorkflowRunLink(
972972
item: VariantAnalysisHistoryItem,
973973
): Promise<void> {
974-
void extLogger.log(
975-
"The variant analysis is still running on GitHub Actions. To cancel there, you must go to the workflow run in your browser.",
976-
);
977-
978974
const workflowRunUrl = getActionsWorkflowRunUrl(item);
979975
const message = `Remote query has been removed from history. However, the variant analysis is still running on GitHub Actions. To cancel it, you must go to the [workflow run](${workflowRunUrl}) in your browser.`;
980976

0 commit comments

Comments
 (0)