mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-04 03:03:16 -05:00
useless printf go away
This commit is contained in:
parent
af82a8df8e
commit
b2ffc4abf2
@ -27,7 +27,6 @@ void MemberList::SetActiveChannel(Snowflake id) {
|
||||
|
||||
void MemberList::UpdateMemberList() {
|
||||
std::scoped_lock<std::mutex> guard(m_mutex);
|
||||
printf("update member list\n");
|
||||
m_update_member_list_dispatcher.emit();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user