diff --git a/project/app/(tabs)/Profile/index.tsx b/project/app/(tabs)/Profile/index.tsx index c98e1f4..204ddeb 100644 --- a/project/app/(tabs)/Profile/index.tsx +++ b/project/app/(tabs)/Profile/index.tsx @@ -135,12 +135,6 @@ export default function Profile() { - - - {imageUrls.map((url, index) => ( - - ))} - diff --git a/project/app/(tabs)/Search.tsx b/project/app/(tabs)/Search.tsx index d81619a..924f488 100644 --- a/project/app/(tabs)/Search.tsx +++ b/project/app/(tabs)/Search.tsx @@ -57,7 +57,6 @@ const Search = () => { const profilePromises = userIds.map(async (userBasic) => { const profile = await getUserProfile(userBasic.userId); - console.log(profile?.profilePicture) if (profile && (userBasic.userId !== currentUserId)) { userProfiles.push({ userId: userBasic.userId,