Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Aug 7, 2024
1 parent f785202 commit 1e6b1ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/task_manager/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class TaskManagerPlugin
this.nodeRoles = initContext.node.roles;
this.shouldRunBackgroundTasks = this.nodeRoles.backgroundTasks;
this.adHocTaskCounter = new AdHocTaskCounter();
console.log('*** POLL INTERVAL', this.config.poll_interval);
}

isNodeBackgroundTasksOnly() {
Expand Down

0 comments on commit 1e6b1ac

Please sign in to comment.