refactor: remove log
This commit is contained in:
parent
6cc8a59dc7
commit
b90d73663b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user