Skip to content

Commit e00bb51

Browse files
authored
ref(cells): Unregister cells.use-control-org-listing (#117556)
This cleans up the temporary option used to transition the org list API. The rollout is now complete.
1 parent a891ef8 commit e00bb51

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sentry/options/defaults.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3724,14 +3724,6 @@
37243724
default=0.0,
37253725
flags=FLAG_AUTOMATOR_MODIFIABLE,
37263726
)
3727-
# TODO(cells): Fully rolled out and no longer read anywhere. Unregister once the
3728-
# value is removed from sentry-options-automator.
3729-
register(
3730-
"cells.use-control-org-listing",
3731-
type=Bool,
3732-
default=False,
3733-
flags=FLAG_AUTOMATOR_MODIFIABLE,
3734-
)
37353727

37363728
# SCM
37373729

0 commit comments

Comments
 (0)