Remove logs

This commit is contained in:
Justin Edmund 2022-12-28 22:18:27 -08:00
parent 7e1c65a862
commit bd0e66a986

View file

@ -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 () => {