diff --git a/lib/i18n.ts b/lib/i18n.ts index add005b..560f8f4 100644 --- a/lib/i18n.ts +++ b/lib/i18n.ts @@ -147,7 +147,6 @@ async function load(): Promise { } const custom = localStorage.getItem(CUSTOM_KEY); - console.log("custom", custom); if (custom) { try { valid.push(JSON.parse(custom));