diff --git a/main.cjs b/main.cjs index a37c1ca..b9c6189 100644 --- a/main.cjs +++ b/main.cjs @@ -199,10 +199,8 @@ function getMatchingPhrase(inputString, targetCharacter) { } } } - checkLoop(message, checkString); - console.log(checkString); + //checkLoop(message, checkString); checkString = checkString.replace(/[^a-zA-Z0-9]/g, ''); - console.log(checkString); checkLoop(message, checkString); } /*