diff --git a/i18n-tool.js b/i18n-tool.js index 043fa37..7de7acc 100644 --- a/i18n-tool.js +++ b/i18n-tool.js @@ -13,7 +13,6 @@ module.exports = { let landSet = wo?.i18n?.landSet || wo?.ss?.i18n?.landSet || {} for (let land of Object.values(landSet)) { if (land.itc === itc) { - console.log(land) if (land.phoneRegex) { return new RegExp(land.phoneRegex).test(callnumber) } else {