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) {