From d7d4635a9aeebac3dde2bab9fb0ae31085568306 Mon Sep 17 00:00:00 2001 From: Contreux <52302850+Contreux@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:01:59 +1100 Subject: [PATCH] Remove unnecessary console.log (#233) Removed an unnecessary console.log --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) 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