Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 2, 2024
1 parent 6158e63 commit e8d680d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/ml/public/application/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export const renderApp = (
config: coreStart.uiSettings!,
docLinks: coreStart.docLinks!,
recentlyAccessed: coreStart.chrome!.recentlyAccessed,
application: coreStart.application,
maps: deps.maps,
});

Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/ml/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ export class MlPlugin implements Plugin<MlPluginSetup, MlPluginStart> {
} {
setDependencyCache({
docLinks: core.docLinks!,
i18n: core.i18n,
});

return {
Expand Down

0 comments on commit e8d680d

Please sign in to comment.