remove extra debug code

This commit is contained in:
stryan 2021-01-05 20:33:40 -05:00
parent f41a2706c9
commit 645c7676c1

View File

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