Remove logging of following prefs (#5021)

This commit is contained in:
dan
2024-08-29 20:08:48 +01:00
committed by GitHub
parent faf66f3178
commit 9ebc2785e4
2 changed files with 2 additions and 34 deletions
-6
View File
@@ -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'}