diff --git a/components/Overlay/index.tsx b/components/Overlay/index.tsx index 2cb360f7..5559657a 100644 --- a/components/Overlay/index.tsx +++ b/components/Overlay/index.tsx @@ -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 () => {