🩹(frontend) remove undesired console.log

Oupsy, I forgot to remove this one. My bad.
This commit is contained in:
lebaudantoine
2024-09-12 00:21:07 +02:00
committed by aleb_the_flash
parent 412914cf01
commit d11bcc5de9

View File

@@ -27,8 +27,6 @@ export const Home = () => {
const { mutateAsync: createRoom } = useCreateRoom()
const [laterRoomId, setLaterRoomId] = useState<null | string>(null)
console.log(laterRoomId)
return (
<UserAware>
<Screen>