From e9aac2a262b7a4ba150464ec6874f5000dda3f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cjeramysoucy=E2=80=9D?= Date: Thu, 19 Oct 2023 14:32:25 -0400 Subject: [PATCH] Removes console statement --- .../components/share_to_space_flyout_internal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.tsx b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.tsx index 8ab7f551bd3ef..80cfda8d6302a 100644 --- a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.tsx +++ b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.tsx @@ -177,8 +177,6 @@ export const ShareToSpaceFlyoutInternal = (props: ShareToSpaceFlyoutProps) => { [object] ); - console.log(`***** NOUN...default: ${DEFAULT_OBJECT_NOUN}, obj: ${object.noun}, target: ${savedObjectTarget.noun}`); - const { flyoutIcon, flyoutTitle = i18n.translate('xpack.spaces.shareToSpace.flyoutTitle', {