From 0a2ba171b999e8d81b4755817b80ff8b72c176db Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 May 2026 14:57:35 -0400 Subject: [PATCH] fix: remove debug console.log from UserChips.tsx --- src/app/components/user-profile/UserChips.tsx | 1 - 1 file changed, 1 deletion(-) 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();