diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-27 13:21:03 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-27 13:21:03 -0400 |
commit | 324c28b867e0cc4c73fc8711d3155b7e2bf7cdd3 (patch) | |
tree | 4524ced271149e88b3885a6b6f704c97439a6efc | |
parent | 821c45a6b624739d6293b5b731320899884f9d90 (diff) | |
download | SponsorBlock-324c28b867e0cc4c73fc8711d3155b7e2bf7cdd3.tar.gz SponsorBlock-324c28b867e0cc4c73fc8711d3155b7e2bf7cdd3.zip |
remove log
-rw-r--r-- | src/utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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(/</g, "<") .replace(/"/g, """).replace(/\n/g, "<br/>") : ""; |