From a425a786efcd1ec912f3e3565c139ed1c3ef7edd Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Thu, 29 Aug 2019 08:07:25 +0200 Subject: [PATCH] Do not log "custom" --- lib/i18n.ts | 1 - 1 file changed, 1 deletion(-) 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));