Skip to content

Commit 2452967

Browse files
committed
remove multi-org experiment from backend
1 parent 2837ebc commit 2452967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codersdk/deployment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,6 @@ const (
28932893
// Add new experiments here!
28942894
ExperimentExample Experiment = "example" // This isn't used for anything.
28952895
ExperimentAutoFillParameters Experiment = "auto-fill-parameters" // This should not be taken out of experiments until we have redesigned the feature.
2896-
ExperimentMultiOrganization Experiment = "multi-organization" // Requires organization context for interactions, default org is assumed.
28972896
ExperimentCustomRoles Experiment = "custom-roles" // Allows creating runtime custom roles.
28982897
ExperimentNotifications Experiment = "notifications" // Sends notifications via SMTP and webhooks following certain events.
28992898
ExperimentWorkspaceUsage Experiment = "workspace-usage" // Enables the new workspace usage tracking.

0 commit comments

Comments
 (0)