From 09228298b1c151024a3313eb47c169005b2640bf Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 4 Jan 2022 13:08:18 +0000 Subject: [PATCH] Removed `audioCard` GA labs flag refs https://github.com/TryGhost/Team/issues/1258 - labs flag conditionals have been removed from Admin so the GA flag is no longer necessary --- core/shared/labs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 4ae4a385cd..199548c69f 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -15,7 +15,6 @@ const messages = { // flags in this list always return `true`, allows quick global enable prior to full flag removal const GA_FEATURES = [ - 'audioCard', 'mediaAPI', 'membersAutoLogin', 'filesAPI',