aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/git.js2
1 files changed, 0 insertions, 2 deletions
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)
})
};