From 2f93210fe4feafb1b1ce1d0a6b6b71ea73b0a7b3 Mon Sep 17 00:00:00 2001 From: Candace Park Date: Mon, 12 Jul 2021 17:07:42 -0400 Subject: [PATCH] remove console log --- .../components/timeline/body/renderers/agent_statuses.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/agent_statuses.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/agent_statuses.tsx index 5efd5eecda5599..dac10f46487841 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/agent_statuses.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/agent_statuses.tsx @@ -32,7 +32,6 @@ export const AgentStatuses = React.memo( pendingUnisolation, } = useHostIsolationStatus({ agentId: value }); const isolationFieldName = 'host.isolation'; - console.log(agentStatus); return ( {agentStatus !== undefined ? (