1
0
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:
ouwou 2020-09-06 01:10:34 -04:00
parent af82a8df8e
commit b2ffc4abf2

View File

@ -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();
}