Doc | Remove outdated comment about flags default values

This commit is contained in:
Valere
2024-09-12 11:51:43 +02:00
parent 57bbb6a1c3
commit 5dec472f9b

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,