remove silly warn
This commit is contained in:
@@ -58,7 +58,6 @@ void MemberList::UpdateMemberList() {
|
|||||||
|
|
||||||
const auto channel = discord.GetChannel(m_active_channel);
|
const auto channel = discord.GetChannel(m_active_channel);
|
||||||
if (!channel.has_value()) {
|
if (!channel.has_value()) {
|
||||||
spdlog::get("ui")->warn("attempted to update member list with unfetchable channel");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user