From b8e4863845fdd9d9bfc20e970633dd69803c8578 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 10:05:33 -0700 Subject: [PATCH] rm a log --- src/components/StarterPack/ProfileStarterPacks.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 42d69b5cae..e24150d1e9 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -80,8 +80,6 @@ export const ProfileStarterPacks = React.forwardRef< } else if (isEmpty) { items = items.concat([EMPTY]) } else if (data?.pages) { - console.log('has pages') - console.log(data?.pages) items = data?.pages.flatMap(page => page.starterPacks) } if (isError && !isEmpty) {