Get rid of redundant console.log()

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 22:32:44 +07:00
parent 699edf9d11
commit 908901f883
1 changed files with 1 additions and 1 deletions

@ -38,7 +38,7 @@ module.exports = {
case 4:
output = design4(inputString);
}
console.log(codeBlock("", output));
//console.log(codeBlock("", output));
let testLength = "\n" + 'output length was ' + (output.length) + " characters.";
if (output.length + testLength.length > 2000) {
//await interaction.reply('Error: String is too big. Resultant output would be too big to send to Discord. (the output length was ' + (output.length + testLength.length) + " characters.)");