diff --git a/src/app/components/user-profile/UserChips.tsx b/src/app/components/user-profile/UserChips.tsx index c65e2cefd..19726fd36 100644 --- a/src/app/components/user-profile/UserChips.tsx +++ b/src/app/components/user-profile/UserChips.tsx @@ -239,7 +239,6 @@ export function MutualRoomsChip({ userId }: { userId: string }) { const mutualRoomSupported = useMutualRoomsSupport(); const mutualRoomUnstable = useUnstableMutualRoomsSupport(); const mutualRoomsState = useMutualRooms(userId); - console.log(mutualRoomSupported, mutualRoomsState); const { navigateRoom, navigateSpace } = useRoomNavigate(); const closeUserRoomProfile = useCloseUserRoomProfile(); const directs = useDirectRooms();