diff options
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 7ef0c9e2e..4768bdc23 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -216,12 +216,6 @@ export type LogEvents = { 'profile:header:suggestedFollowsCard:press': {} - 'debug:followingPrefs': { - followingShowRepliesFromPref: 'all' | 'following' | 'off' - followingRepliesMinLikePref: number - } - 'debug:followingDisplayed': {} - 'test:all:always': {} 'test:all:sometimes': {} 'test:all:boosted_by_gate1': {reason: 'base' | 'gate1'} |