mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: remove unused flag (#8340)
Code affected by this flag was removed long time ago
This commit is contained in:
parent
aa7d612934
commit
6aef7ba84c
@ -31,7 +31,6 @@ export type IFlagKey =
|
||||
| 'celebrateUnleash'
|
||||
| 'featureSearchFeedback'
|
||||
| 'featureSearchFeedbackPosting'
|
||||
| 'edgeBulkMetrics'
|
||||
| 'extendedUsageMetrics'
|
||||
| 'adminTokenKillSwitch'
|
||||
| 'feedbackComments'
|
||||
@ -167,10 +166,6 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_ENCRYPT_EMAILS,
|
||||
false,
|
||||
),
|
||||
edgeBulkMetrics: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_EDGE_BULK_METRICS,
|
||||
false,
|
||||
),
|
||||
extendedUsageMetrics: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_EXTENDED_USAGE_METRICS,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user