From 27a48326e09a9e9c6282942ffeb8fc6070565c61 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 20 Apr 2018 22:19:03 -0400 Subject: Doing some clean ups --- commands/git.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands/git.js') diff --git a/commands/git.js b/commands/git.js index 48cf070..076ae75 100644 --- a/commands/git.js +++ b/commands/git.js @@ -27,8 +27,6 @@ module.exports.run = async (client, message) => { .addField('**Last Commit:**', commit.subject) .setColor('#1fd619') message.channel.send({ embed }); - console.log(commit) - console.log(err) }) }; -- cgit v1.2.3