Skip to content

Commit

Permalink
[ML] remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 1, 2020
1 parent 2a916a9 commit 7a10651
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/plugins/ml/public/application/routing/use_resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ export const useResolver = (
);
}

// note, currently we're using our own kibana context that requires a current index pattern to be set
// this means, if the page uses this context, useResolver must be passed a string for the index pattern id
// and loadIndexPatterns must be part of the resolvers.
let indexPatternAndSavedSearch: IndexPatternAndSavedSearch = {
savedSearch: null,
indexPattern: null,
Expand Down

0 comments on commit 7a10651

Please sign in to comment.