remove console.log

This commit is contained in:
Denys Melnyk 2024-04-08 20:56:15 +03:00 committed by GitHub
parent 59ed3a149d
commit f2fd911e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -918,7 +918,6 @@ module.exports = (_ => {
let embedIds = message.embeds.map(embed => embed.id);
this.translateText(allTextsToTranslate, messageTypes.RECEIVED, (translatedText, input, output) => {
if (translatedText) {
console.log(translatedText);
// Split the translated text back into components
let translatedSegments = translatedText.split(/\n{0,1}__________________ __________________ __________________\n{0,1}/);
let translatedContent = translatedSegments.shift();