remove log

This commit is contained in:
Ajay Ramachandran
2021-07-27 13:21:03 -04:00
parent 821c45a6b6
commit 324c28b867

View File

@@ -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, "&#60;")
.replace(/"/g, "&quot;").replace(/\n/g, "<br/>") : "";