🩹(frontend) remove undesired console.log
Oupsy, I forgot to remove this one. My bad.
This commit is contained in:
committed by
aleb_the_flash
parent
412914cf01
commit
d11bcc5de9
@@ -27,8 +27,6 @@ export const Home = () => {
|
||||
const { mutateAsync: createRoom } = useCreateRoom()
|
||||
const [laterRoomId, setLaterRoomId] = useState<null | string>(null)
|
||||
|
||||
console.log(laterRoomId)
|
||||
|
||||
return (
|
||||
<UserAware>
|
||||
<Screen>
|
||||
|
||||
Reference in New Issue
Block a user