diff --git a/packages/react/components/Toast.tsx b/packages/react/components/Toast.tsx index b0af093..f0a45b4 100644 --- a/packages/react/components/Toast.tsx +++ b/packages/react/components/Toast.tsx @@ -189,7 +189,6 @@ const ToastTemplate = ({ } | null; if (!ref.current) { transitionDuration = null; - console.log("not found current"); } else if (ref.current.computedStyleMap !== undefined) { transitionDuration = ref.current .computedStyleMap()