From d11bcc5de92859b676bcf2ac60c89c96cc34f569 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 12 Sep 2024 00:21:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(frontend)=20remove=20undesired=20c?= =?UTF-8?q?onsole.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oupsy, I forgot to remove this one. My bad. --- src/frontend/src/features/home/routes/Home.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/features/home/routes/Home.tsx b/src/frontend/src/features/home/routes/Home.tsx index cb764905..bd47d946 100644 --- a/src/frontend/src/features/home/routes/Home.tsx +++ b/src/frontend/src/features/home/routes/Home.tsx @@ -27,8 +27,6 @@ export const Home = () => { const { mutateAsync: createRoom } = useCreateRoom() const [laterRoomId, setLaterRoomId] = useState(null) - console.log(laterRoomId) - return (