From 2adfd93f8310055be72ae5e9a278eecccc209fbe Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 14 Dec 2017 19:04:40 +0000 Subject: [PATCH] Fixed --- commands/games/google-feud.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games/google-feud.js b/commands/games/google-feud.js index 8a7cfd1e..c5a0dd59 100644 --- a/commands/games/google-feud.js +++ b/commands/games/google-feud.js @@ -49,7 +49,6 @@ module.exports = class GoogleFeudCommand extends Command { } } this.playing.delete(msg.channel.id); - console.log(fails); if (fails === 3) return msg.say('Better luck next time!'); return msg.say('You win! Nice job, master of Google!'); } catch (err) {