Skip to content

Commit

Permalink
Clean up inaccurate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Oct 14, 2021
1 parent f8cbbbb commit f6a159a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const StepConfigurePackagePolicy: React.FunctionComponent<{
);

// Configure inputs (and their streams)
// Assume packages only export one config template for now
const renderConfigureInputs = () =>
packagePolicyTemplates.length ? (
<>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/services/epm/packages/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export async function getPackages(
}

// Get package names for packages which cannot have more than one package policy on an agent policy
// Assume packages only export one policy template for now
export async function getLimitedPackages(options: {
savedObjectsClient: SavedObjectsClientContract;
}): Promise<string[]> {
Expand Down

0 comments on commit f6a159a

Please sign in to comment.