From 54d1fdcba2748bc547e3eaed88d2fc832d1aee1b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 23 Aug 2024 17:59:03 +0800 Subject: [PATCH] Remove console.log --- src/components/account-info.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 4b0c58ce..c036190b 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -63,7 +63,6 @@ const MUTE_DURATIONS_LABELS = { 259_200: i18nDuration(3, 'day'), 604_800: i18nDuration(1, 'week'), }; -console.log({ MUTE_DURATIONS_LABELS }); const LIMIT = 80;