From 85d3bde1d1eb5887866e64ee42f5a8a4de4a7219 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 5 Apr 2017 19:00:10 +0000 Subject: [PATCH] revert console.error --- commands/textedit/translate.js | 1 - commands/textedit/yoda.js | 1 - 2 files changed, 2 deletions(-) diff --git a/commands/textedit/translate.js b/commands/textedit/translate.js index df5b5436..b2f16258 100644 --- a/commands/textedit/translate.js +++ b/commands/textedit/translate.js @@ -162,7 +162,6 @@ module.exports = class TranslateCommand extends commando.Command { return message.embed(embed); } catch (err) { - console.error(err); return message.say(':x: Error! Something went wrong!'); } } diff --git a/commands/textedit/yoda.js b/commands/textedit/yoda.js index 30d0e8b0..788ca4df 100644 --- a/commands/textedit/yoda.js +++ b/commands/textedit/yoda.js @@ -37,7 +37,6 @@ module.exports = class YodaCommand extends commando.Command { return message.say(response.text); } catch (err) { - console.error(err); return message.say(':x: Error! Something went wrong!'); } }