remove silly warn

This commit is contained in:
ouwou 2023-10-02 00:59:22 -04:00
parent 6b08d7d12a
commit 20cfbfad27

View File

@ -58,7 +58,6 @@ void MemberList::UpdateMemberList() {
const auto channel = discord.GetChannel(m_active_channel);
if (!channel.has_value()) {
spdlog::get("ui")->warn("attempted to update member list with unfetchable channel");
return;
}