mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 03:57:09 +03:00
remove log
This commit is contained in:
@@ -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/>") : "";
|
||||
|
||||
Reference in New Issue
Block a user