diff --git a/packages/ibm-products/src/components/SidePanel/SidePanel.tsx b/packages/ibm-products/src/components/SidePanel/SidePanel.tsx index df8a6234ad..49171c39eb 100644 --- a/packages/ibm-products/src/components/SidePanel/SidePanel.tsx +++ b/packages/ibm-products/src/components/SidePanel/SidePanel.tsx @@ -637,7 +637,6 @@ export let SidePanel = React.forwardRef( primeFocusEl && window?.getComputedStyle(primeFocusEl)?.display !== 'none' ) { - console.log(animationComplete); setTimeout(() => primeFocusEl?.focus(), 0); } } else if (!slideIn) {