From a6b7034a0409d12236e4ffe548a80d62061692ed Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 11 Jun 2024 22:48:34 -0700 Subject: [PATCH] rm a log --- src/view/screens/Profile.tsx | 2 -- 1 file changed, 2 deletions(-) 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,