Skip to content

Commit d6d400e

Browse files
committed
removed println
1 parent 3a7ba9b commit d6d400e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/cache_impl.go

-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ func (c *CacheImpl) VoiceStateCache(guildID api.Snowflake) map[api.Snowflake]*ap
562562
func (c *CacheImpl) CacheVoiceState(voiceState *api.VoiceState) *api.VoiceState {
563563
// only cache voice states for ourself or member is cached & cache flag activated
564564
if c.cacheFlags.Missing(api.CacheFlagVoiceState) && voiceState.UserID != c.disgo.ApplicationID() {
565-
println(2)
566565
return voiceState
567566
}
568567
if guildVoiceStates, ok := c.voiceStates[voiceState.GuildID]; ok {

0 commit comments

Comments
 (0)