diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 6c9cca7e34..800acd0fa2 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -203,8 +203,6 @@ function ProfileScreenLoaded({ const showListsTab = hasSession && (isMe || (profile.associated?.lists || 0) > 0) - console.log(starterPacksQuery.data?.pages) - const sectionTitles = [ showFiltersTab ? _(msg`Labels`) : undefined, showListsTab && hasLabeler ? _(msg`Lists`) : undefined,