Cleanup some unused code

This commit is contained in:
Nicolas Werner 2022-03-30 02:07:32 +02:00
parent 3ded0d61ba
commit 14f7fe282f
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 3 additions and 498 deletions

View file

@ -53,9 +53,6 @@ UserProfile::UserProfile(QString roomid,
emit verificationStatiChanged();
});
connect(this, &UserProfile::devicesChanged, [this]() {
nhlog::net()->critical("Device list: {}", deviceList_.rowCount());
});
fetchDeviceList(this->userid_);
}