From 4811529006fd227757273ce923c7eadbfbe37216 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 9 Aug 2024 20:28:43 -0500 Subject: [PATCH] I'm tired of this... --- main.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } /*