Skip to content

Commit dd6d3a5

Browse files
Remove OnboardingHighlights feature flag
1 parent 55986c1 commit dd6d3a5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

iOS/Core/FeatureFlag.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ public enum FeatureFlag: String {
9393
/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468401462
9494
case syncPromotionPasswords
9595

96-
/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468468677
97-
case onboardingHighlights
98-
9996
/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468574274
10097
case onboardingAddToDock
10198

@@ -398,7 +395,6 @@ extension FeatureFlag: FeatureFlagDescribing {
398395
.sslCertificatesBypass,
399396
.syncPromotionBookmarks,
400397
.syncPromotionPasswords,
401-
.onboardingHighlights,
402398
.onboardingAddToDock,
403399
.autofillSurveys,
404400
.autocompleteTabs,
@@ -469,8 +465,6 @@ extension FeatureFlag: FeatureFlagDescribing {
469465
return .remoteReleasable(.subfeature(SyncPromotionSubfeature.bookmarks))
470466
case .syncPromotionPasswords:
471467
return .remoteReleasable(.subfeature(SyncPromotionSubfeature.passwords))
472-
case .onboardingHighlights:
473-
return .internalOnly()
474468
case .onboardingAddToDock:
475469
return .internalOnly()
476470
case .autofillSurveys:

iOS/Core/UserDefaultsPropertyWrapper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ public struct UserDefaultsWrapper<T> {
191191
case autoClearAIChatHistory = "com.duckduckgo.ios.autoClearAIChatHistory"
192192

193193
// Debug keys
194-
case debugOnboardingHighlightsEnabledKey = "com.duckduckgo.ios.debug.onboardingHighlightsEnabled"
195194
case debugWebViewStateRestorationEnabledKey = "com.duckduckgo.ios.debug.webViewStateRestorationEnabled"
196195
case debugDefaultBrowserPromptCurrentDateKey = "com.duckduckgo.ios.debug.defaultBrowserPromptCurrentDate"
197196

0 commit comments

Comments
 (0)