Remove obsolete feature flags (and reformat) (#27)

* Reformat

* Remove unused feature flags: graph, cacheOptimizations, settingsPane, throughputOverview, enableNteract
This commit is contained in:
Laurent Nguyen
2020-06-11 12:39:58 +02:00
committed by GitHub
parent 1662d20e8a
commit 23b2d8100f
6 changed files with 11 additions and 19 deletions

View File

@@ -87,7 +87,6 @@ export interface Explorer {
isFeatureEnabled: (feature: string) => boolean;
isGalleryEnabled: ko.Computed<boolean>;
isGitHubPaneEnabled: ko.Observable<boolean>;
isGraphsEnabled: ko.Computed<boolean>;
isRightPanelV2Enabled: ko.Computed<boolean>;
canExceedMaximumValue: ko.Computed<boolean>;
hasAutoPilotV2FeatureFlag: ko.Computed<boolean>;