From ac5c5325ce03eb66823585afc7156fad0450828e Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 26 Jan 2025 15:30:36 -0800 Subject: [PATCH] remove unused event --- src/components/FeedInterstitials.tsx | 1 - src/lib/statsig/events.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 254526b245..926d27baa3 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -257,7 +257,6 @@ export function ProfileGrid({ key={profile.did} profile={profile} onPress={() => { - logEvent('feed:interstitial:profileCard:press', {}) logEvent('suggestedUser:press', { logContext: viewContext === 'feed' diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index be812c7940..2014f31f53 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -245,7 +245,6 @@ export type LogEvents = { domain: string } - 'feed:interstitial:profileCard:press': {} 'feed:interstitial:feedCard:press': {} 'profile:header:suggestedFollowsCard:press': {}