Skip to content

Commit

Permalink
removing commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 10, 2020
1 parent b839622 commit 9324bdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/ml/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ export class MlServerPlugin implements Plugin<MlPluginSetup, MlPluginStart, Plug
this.clusterClient = coreStart.elasticsearch.client;
this.savedObjectsStart = coreStart.savedObjects;

// const;

// check whether the job saved objects exist
// and create them if needed.
const { initializeJobs } = jobSavedObjectsInitializationFactory(coreStart);
Expand Down

0 comments on commit 9324bdd

Please sign in to comment.