From 324c28b867e0cc4c73fc8711d3155b7e2bf7cdd3 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 27 Jul 2021 13:21:03 -0400 Subject: [PATCH] remove log --- src/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index f825ab34..e93782cd 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -268,7 +268,6 @@ export default class Utils { } getLocalizedMessage(text: string): string | false { - console.log(chrome.i18n.getMessage("forceChannelCheckPopup")); const valNewH = text.replace(/__MSG_(\w+)__/g, function(match, v1) { return v1 ? chrome.i18n.getMessage(v1).replace(/") : "";