From ab8da41e443dad1ecd9a75d3e6cd09a704d14c5c Mon Sep 17 00:00:00 2001 From: Alexander Melo Date: Tue, 14 Jan 2025 09:17:12 -0500 Subject: [PATCH] chore: remove console.log --- .../src/components/NotificationsPanel/NotificationsPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx b/packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx index 93b182b1da..d6083e6ee4 100644 --- a/packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx +++ b/packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx @@ -654,7 +654,6 @@ export let NotificationsPanel = React.forwardRef( // setTimeout ensures that this gets run const timeout = setTimeout(() => { if (notificationPanelRef.current && !reducedMotion) { - console.log({ open, notificationPanelRef }); notificationPanelRef.current.style.animation = open ? 'fade-in 250ms' : 'fade-out forwards 250ms';