remove extra debug code

This commit is contained in:
stryan 2021-01-05 20:33:40 -05:00
parent f41a2706c9
commit 645c7676c1
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ func voiceUpdate(s *discordgo.Session, event *discordgo.VoiceStateUpdate) {
})
}
Bridge.DiscordUsers[u.Username] = true
log.Println(Bridge.DiscordUsers)
Bridge.DiscordUserCount = Bridge.DiscordUserCount + 1
}
if event.ChannelID == "" {