Skip to content

Commit

Permalink
[ML] Remove commented block code
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Sep 1, 2020
1 parent 2abee97 commit 8148a6c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x-pack/plugins/ml/common/types/ml_url_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ export interface AnomalyDetectionQueryState {
jobId?: JobId;
groupIds?: string[];
}
//
// export interface AnomalyDetectionUrlState {
// page: typeof ML_PAGES.ANOMALY_DETECTION_JOBS_MANAGE;
// pageState: {
// jobId?: JobId;
// groupIds?: string[];
// };
// }

export type AnomalyDetectionUrlState = MLPageState<
typeof ML_PAGES.ANOMALY_DETECTION_JOBS_MANAGE,
Expand Down

0 comments on commit 8148a6c

Please sign in to comment.