Merge pull request #21175 from emmyni/MM-29625

MM-29625: Remove CloudBilling Feature Flag
Этот коммит содержится в:
emmyni
2022-10-07 11:11:54 -04:00
коммит произвёл GitHub
родитель 9a804a96fe e59f527f92
Коммит 07f04b0349
3 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@@ -728,7 +728,6 @@ func (ts *TelemetryService) trackConfig() {
"link_metadata_timeout_milliseconds": *cfg.ExperimentalSettings.LinkMetadataTimeoutMilliseconds,
"restrict_system_admin": *cfg.ExperimentalSettings.RestrictSystemAdmin,
"use_new_saml_library": *cfg.ExperimentalSettings.UseNewSAMLLibrary,
"cloud_billing": *cfg.ExperimentalSettings.CloudBilling,
"enable_shared_channels": *cfg.ExperimentalSettings.EnableSharedChannels,
"enable_remote_cluster_service": *cfg.ExperimentalSettings.EnableRemoteClusterService && cfg.FeatureFlags.EnableRemoteClusterService,
"enable_app_bar": *cfg.ExperimentalSettings.EnableAppBar,