Skip to content

Commit

Permalink
Removes console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Oct 19, 2023
1 parent 323cb67 commit e9aac2a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit e9aac2a

Please sign in to comment.