From b6508ba76ef1ed9e3d55b45248a68b6516b6c3e5 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 14 Aug 2023 11:39:07 +0800 Subject: [PATCH] u --- i18n-tool.js | 1 - 1 file changed, 1 deletion(-) 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 {