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