diff --git a/src/index.tsx b/src/index.tsx index a15b893..9403a85 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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