Skip to content

Commit

Permalink
Remove comments for IM, Snapshot restore, UA
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Nov 28, 2024
1 parent 7e4df5d commit 2a5a780
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const IndexList: React.FunctionComponent<RouteComponentProps> = ({ histor
core: { executionContext },
} = useAppContext();

// TODO: Remove this comment after testing
useExecutionContext(executionContext, {
type: 'application',
page: 'indexManagementIndicesTab',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const PolicyList: React.FunctionComponent<RouteComponentProps<MatchParams
uiMetricService.trackUiMetric(UIM_POLICY_LIST_LOAD);
}, [uiMetricService]);

// TODO: Remove this comment after testing
useExecutionContext(core.executionContext, {
type: 'application',
page: 'snapshotRestorePolicyTab',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export const RootComponent = (dependencies: AppDependencies) => {
core: { application, http, executionContext, ...startServices },
} = dependencies.services;

// TODO: Remove this comment after testing
executionContext.set({ type: 'application', page: 'upgradeAssistant' });

return (
Expand Down

0 comments on commit 2a5a780

Please sign in to comment.