Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelox authored Jan 14, 2025
1 parent 7337458 commit ab8da41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Check warning on line 659 in packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx

View check run for this annotation

Codecov / codecov/patch

packages/ibm-products/src/components/NotificationsPanel/NotificationsPanel.tsx#L657-L659

Added lines #L657 - L659 were not covered by tests
Expand Down

0 comments on commit ab8da41

Please sign in to comment.