diff --git a/commands/utility/translate.js b/commands/utility/translate.js
index 444a345..21ca364 100644
--- a/commands/utility/translate.js
+++ b/commands/utility/translate.js
@@ -27,8 +27,6 @@ module.exports = class translationCommand extends Command {
         if(blacklistJson[message.author.id])
         return blacklist(blacklistJson[message.author.id] , message)
         
-        console.log(yandexAPI)
-
         fetch(`https://translate.yandex.net/api/v1.5/tr.json/translate?key=${yandexAPI}&text=${text}&lang=en`,{
         }).then((response) => {
   return response.json();