Remove console.log

This commit is contained in:
Lim Chee Aun 2024-08-23 17:59:03 +08:00
parent 6067602901
commit 54d1fdcba2

View file

@ -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;