From e67f25d0e70ea62bc7510bfc2724c9c841a29d57 Mon Sep 17 00:00:00 2001 From: Chadin Chaipornpisuth Date: Fri, 17 Jan 2025 22:54:38 +0700 Subject: [PATCH] 1.6.3 --- function/IsValidText.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/function/IsValidText.js b/function/IsValidText.js index 5ae193e..e27db49 100644 --- a/function/IsValidText.js +++ b/function/IsValidText.js @@ -40,8 +40,6 @@ module.exports = (text) => { ]) ); - console.log(ii) - if ( !( ISGREQ( diff --git a/package.json b/package.json index bbe2a58..dcd6d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bahtrext", - "version": "1.6.2", + "version": "1.6.3", "description": "BahtText Stringify", "main": "index.js", "scripts": {