Skip to content

Commit f70ea71

Browse files
Delete isVariantAnalysisLiveResultsEnabled
1 parent c7b556e commit f70ea71

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,6 @@ export function isIntegrationTestMode() {
592592
return process.env.INTEGRATION_TEST_MODE === "true";
593593
}
594594

595-
export function isVariantAnalysisLiveResultsEnabled(): boolean {
596-
return true;
597-
}
598-
599595
// Settings for mocking the GitHub API.
600596
const MOCK_GH_API_SERVER = new Setting("mockGitHubApiServer", ROOT_SETTING);
601597

0 commit comments

Comments
 (0)