Remove logs
This commit is contained in:
parent
7e1c65a862
commit
bd0e66a986
1 changed files with 0 additions and 2 deletions
|
|
@ -27,9 +27,7 @@ const Overlay = ({
|
|||
|
||||
useEffect(() => {
|
||||
if (!open) {
|
||||
console.log('No longer open, setting timeout...')
|
||||
const timer = setTimeout(() => {
|
||||
console.log('Timeout cleared!')
|
||||
setVisible(false)
|
||||
}, 200)
|
||||
return () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue