remove spammy debug log

This commit is contained in:
ouwou
2023-05-30 19:08:49 -04:00
parent 62d04b9993
commit a5bcc089e7

View File

@@ -2813,7 +2813,6 @@ void DiscordClient::SetVoiceState(Snowflake user_id, const VoiceState &state) {
spdlog::get("discord")->error("SetVoiceState called with missing channel ID");
return;
}
spdlog::get("discord")->debug("SetVoiceState: {} -> {}", user_id, *state.ChannelID);
auto flags = VoiceStateFlags::Clear;
if (state.IsSelfMuted) flags |= VoiceStateFlags::SelfMute;