From d198b5bc25e8a395ffe894d2884f8aea8e90ea93 Mon Sep 17 00:00:00 2001 From: Tianzhou Chen Date: Thu, 18 May 2023 22:08:01 +0800 Subject: [PATCH] chore: disable debug in production --- src/utils/feature.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,