Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kyogoi committed Oct 4, 2019
1 parent 78e5a94 commit a05765b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ bot.on('voiceStateUpdate', (oldMember, newMember) => {

// Dealing with a purge channel
if (channels[oldMember.voiceChannelID]) {
console.log(oldMember.voiceChannelID);
let channel = bot.channels.get(oldMember.voiceChannelID);
if (!channel.members.length) {
channels[oldMember.voiceChannelID].setToPurge = true;
Expand Down

0 comments on commit a05765b

Please sign in to comment.