Skip to content

Commit

Permalink
Remove unnecessary console.log (#233)
Browse files Browse the repository at this point in the history
Removed an unnecessary console.log
  • Loading branch information
Contreux authored Nov 21, 2023
1 parent 6f76f9e commit d7d4635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const Toast = (props: ToastProps) => {
const disabled = toastType === 'loading';

offset.current = React.useMemo(() => heightIndex * gap + toastsHeightBefore, [heightIndex, toastsHeightBefore]);
console.log(classNames);

React.useEffect(() => {
// Trigger enter animation without using CSS animation
Expand Down

1 comment on commit d7d4635

@vercel
Copy link

@vercel vercel bot commented on d7d4635 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.