refactor: remove log

This commit is contained in:
p-sw 2024-05-28 21:41:13 +09:00
parent 6cc8a59dc7
commit b90d73663b

View File

@ -189,7 +189,6 @@ const ToastTemplate = ({
} | null; } | null;
if (!ref.current) { if (!ref.current) {
transitionDuration = null; transitionDuration = null;
console.log("not found current");
} else if (ref.current.computedStyleMap !== undefined) { } else if (ref.current.computedStyleMap !== undefined) {
transitionDuration = ref.current transitionDuration = ref.current
.computedStyleMap() .computedStyleMap()