mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-22 09:00:44 -04:00
refactor(api): remove exam-env feature flag (#63909)
This commit is contained in:
@@ -192,9 +192,6 @@ export const FCC_API_LOG_TRANSPORT = _FCC_API_LOG_TRANSPORT;
|
||||
export const FCC_ENABLE_SHADOW_CAPTURE = undefinedOrBool(
|
||||
process.env.FCC_ENABLE_SHADOW_CAPTURE
|
||||
);
|
||||
export const FCC_ENABLE_EXAM_ENVIRONMENT = undefinedOrBool(
|
||||
process.env.FCC_ENABLE_EXAM_ENVIRONMENT
|
||||
);
|
||||
export const FCC_ENABLE_SENTRY_ROUTES = undefinedOrBool(
|
||||
process.env.FCC_ENABLE_SENTRY_ROUTES
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user