From b50681947e5c58fdeb021509d1e567bf3bc5ba1b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 2 Nov 2022 15:34:20 +0100 Subject: [PATCH] Update Translator.plugin.js --- Plugins/Translator/Translator.plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Translator/Translator.plugin.js b/Plugins/Translator/Translator.plugin.js index e10cdd834b..6e1a1fde1f 100644 --- a/Plugins/Translator/Translator.plugin.js +++ b/Plugins/Translator/Translator.plugin.js @@ -1150,7 +1150,6 @@ module.exports = (_ => { sign: this.MD5(credentials[0] + data.text + salt + (credentials[2] || credentials[1])) } }, (error, response, result) => { - console.log(error, response, result); if (!error && result && response.statusCode == 200) { try { result = JSON.parse(result) || {};