From 14f7fe282f9a1cbee49699fbd2bdaba086fc7899 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 30 Mar 2022 02:07:32 +0200 Subject: Cleanup some unused code --- src/ui/UserProfile.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ui') 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_); } -- cgit 1.5.1