Skip to content

Commit 12c54bb

Browse files
Revert "feat(features) Add testing feature flag for region condition (#89405)"
This reverts commit 2ee4156. Co-authored-by: markstory <24086+markstory@users.noreply.github.com>
1 parent 288ca57 commit 12c54bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,6 @@ def register_temporary_features(manager: FeatureManager):
519519
# Enable Relay extracting logs from breadcrumbs for a project.
520520
manager.add("projects:ourlogs-breadcrumb-extraction", ProjectFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
521521

522-
# no-op feature to test region config
523-
manager.add("organizations:region-test", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
524-
525522
# NOTE: Don't add features down here! Add them to their specific group and sort
526523
# them alphabetically! The order features are registered is not important.
527524

0 commit comments

Comments
 (0)