summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 02:07:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 02:07:32 +0200
commit14f7fe282f9a1cbee49699fbd2bdaba086fc7899 (patch)
treef7e3ce25a4313ed60f82832b44f297e1c0ce20eb /src/ui
parentMerge branch 'fix-tapping-timeline' (diff)
downloadnheko-14f7fe282f9a1cbee49699fbd2bdaba086fc7899.tar.xz
Cleanup some unused code
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/UserProfile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/UserProfile.cpp b/src/ui/UserProfile.cpp

index db50b050..c60eca6f 100644 --- a/src/ui/UserProfile.cpp +++ b/src/ui/UserProfile.cpp
@@ -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_); }