Skip to content

Commit

Permalink
Remove unused var & log
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent 01d919e commit c234388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interactions/trigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const getAdmin = (bot, user) =>
})

const triggerInteraction = (bot, message) => {
const { text, ts, channel } = message
console.log(message)
const { ts, channel } = message

getAdmin(bot, message.user)
.then(admin => {
Expand Down

0 comments on commit c234388

Please sign in to comment.