We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891ef8 commit e00bb51Copy full SHA for e00bb51
1 file changed
src/sentry/options/defaults.py
@@ -3724,14 +3724,6 @@
3724
default=0.0,
3725
flags=FLAG_AUTOMATOR_MODIFIABLE,
3726
)
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
-)
3735
3736
# SCM
3737
0 commit comments