Clean-up debug logs

This commit is contained in:
Cohee 2024-04-27 20:42:49 +03:00
parent 053d7f9eaa
commit 6e98fb1c5e
1 changed files with 0 additions and 3 deletions

View File

@ -203,13 +203,10 @@ class SlashCommandParser {
// Excluded commands format in their own function
if (!excludedFromRegex.includes(command)) {
console.debug(`parse: !excludedFromRegex.includes(${command}`);
console.debug(` parse: unnamedArg before: ${unnamedArg}`);
unnamedArg = getRegexedString(
unnamedArg,
regex_placement.SLASH_COMMAND,
);
console.debug(` parse: unnamedArg after: ${unnamedArg}`);
}
// your weird complex command is now transformed into a juicy tiny text or something useful :)