Cleanup Schema Analyzer feature flag (#938)

This commit is contained in:
Tanuj Mittal
2021-07-14 18:12:14 -07:00
committed by GitHub
parent 62b483d740
commit 416358f540
6 changed files with 1 additions and 15 deletions

View File

@@ -94,7 +94,6 @@ export class Flights {
public static readonly MongoIndexEditor = "mongoindexeditor";
public static readonly MongoIndexing = "mongoindexing";
public static readonly AutoscaleTest = "autoscaletest";
public static readonly SchemaAnalyzer = "schemaanalyzer";
public static readonly PartitionKeyTest = "partitionkeytest";
}