remove some logging

This commit is contained in:
LenAnderson
2024-04-11 14:34:47 -04:00
parent 448b812faa
commit 43dd251ca1
2 changed files with 0 additions and 2 deletions

View File

@ -202,7 +202,6 @@ export class SlashCommandParser {
this.scope = null;
this.commandIndex = [];
const closure = this.parseClosure();
console.log('[STS]', closure);
closure.keptText = this.keptText;
return closure;
}