Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 12, 2021
1 parent 367fc78 commit 2f93210
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const AgentStatuses = React.memo(
pendingUnisolation,
} = useHostIsolationStatus({ agentId: value });
const isolationFieldName = 'host.isolation';
console.log(agentStatus);
return (
<EuiFlexGroup gutterSize="none">
{agentStatus !== undefined ? (
Expand Down

0 comments on commit 2f93210

Please sign in to comment.