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': {}