Delete isVariantAnalysisLiveResultsEnabled

This commit is contained in:
Robert
2023-07-21 14:52:35 +01:00
parent c7b556e748
commit f70ea71885

View File

@@ -592,10 +592,6 @@ export function isIntegrationTestMode() {
return process.env.INTEGRATION_TEST_MODE === "true";
}
export function isVariantAnalysisLiveResultsEnabled(): boolean {
return true;
}
// Settings for mocking the GitHub API.
const MOCK_GH_API_SERVER = new Setting("mockGitHubApiServer", ROOT_SETTING);