Skip to content

Commit

Permalink
removing commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 24, 2021
1 parent cb93335 commit ebf9e7d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,5 @@ export function getPolicyOptions({
isSelected: !hasFleetAgentsSelected,
},
...fleetAgentsOptions,
// {
// key: 'fleet_policies',
// label: i18n.translate(
// 'xpack.apm.tutorial.agent_config.fleetPoliciesLabel',
// { defaultMessage: 'Fleet policies' }
// ),
// isVisible: !!data.fleetAgents.length,
// options: fleetAgentsOptions,
// },
].filter(({ isVisible }) => isVisible);
}

0 comments on commit ebf9e7d

Please sign in to comment.