mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-06 22:10:04 +03:00
useless printf go away
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user