Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions iOS/Core/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ public enum FeatureFlag: String {
/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468468677
case onboardingHighlights

/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866468574274
case onboardingAddToDock

/// https://app.asana.com/1/137249556945/project/1211834678943996/task/1211866711364768
case autofillSurveys

Expand Down Expand Up @@ -399,7 +396,6 @@ extension FeatureFlag: FeatureFlagDescribing {
.syncPromotionBookmarks,
.syncPromotionPasswords,
.onboardingHighlights,
.onboardingAddToDock,
.autofillSurveys,
.autocompleteTabs,
.adAttributionReporting,
Expand Down Expand Up @@ -471,8 +467,6 @@ extension FeatureFlag: FeatureFlagDescribing {
return .remoteReleasable(.subfeature(SyncPromotionSubfeature.passwords))
case .onboardingHighlights:
return .internalOnly()
case .onboardingAddToDock:
return .internalOnly()
case .autofillSurveys:
return .remoteReleasable(.feature(.autofillSurveys))
case .autocompleteTabs:
Expand Down
Loading