From 6b0f0477723a4447aaac7dad5f15792a04e67d0e Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Thu, 4 Mar 2021 21:15:27 +0400 Subject: [PATCH] remove console.log --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index a68f770..7917ae8 100644 --- a/src/App.js +++ b/src/App.js @@ -13,7 +13,7 @@ export default function App() { const [showCookies, setShowCookies] = useState(true); const { width } = useWindowSize(); - console.log(width); + // console.log(width); return (