Doc | Remove outdated comment about flags default values

This commit is contained in:
Valere 2024-09-12 11:51:43 +02:00
parent b4afc32786
commit d059474998

View file

@ -13,8 +13,6 @@ import io.element.android.libraries.core.meta.BuildType
/**
* To enable or disable a FeatureFlags, change the `defaultValue` value.
* Warning: to enable a flag for the release app, you MUST update the file
* [io.element.android.libraries.featureflag.impl.StaticFeatureFlagProvider]
*/
enum class FeatureFlags(
override val key: String,