For #20123: Disable historyMetadataFeature flag

This commit is contained in:
Oana Horvath 2021-06-25 12:29:18 +03:00 committed by mergify[bot]
parent 94623e41b4
commit c830ed9986

View File

@ -42,5 +42,5 @@ object FeatureFlags {
/**
* Enables recording of history metadata.
*/
val historyMetadataFeature = Config.channel.isDebug
const val historyMetadataFeature = false
}