From bd0e66a986e1f5e726f8b42e3bbb84cf1ee94c35 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 28 Dec 2022 22:18:27 -0800 Subject: [PATCH] Remove logs --- components/Overlay/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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 () => {