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