diff --git a/src/utils/feature.ts b/src/utils/feature.ts index 5cda86d..28ce67f 100644 --- a/src/utils/feature.ts +++ b/src/utils/feature.ts @@ -8,7 +8,7 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = { quota: true, }, production: { - debug: true, + debug: false, account: true, payment: true, quota: true,