From 1e6b1ac0ec1fc739e3ae63ea577be8ea96d89454 Mon Sep 17 00:00:00 2001 From: Mike Cote Date: Wed, 7 Aug 2024 10:06:57 -0400 Subject: [PATCH] Remove console.log --- x-pack/plugins/task_manager/server/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/task_manager/server/plugin.ts b/x-pack/plugins/task_manager/server/plugin.ts index 61ea6859d3cda..1926b48b31ea6 100644 --- a/x-pack/plugins/task_manager/server/plugin.ts +++ b/x-pack/plugins/task_manager/server/plugin.ts @@ -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() {