summary refs log tree commit diff
path: root/src/RoomDirectoryModel.h
diff options
context:
space:
mode:
authorkamathmanu <manuriddle@gmail.com>2021-08-09 09:18:08 -0400
committerkamathmanu <manuriddle@gmail.com>2021-08-09 09:18:08 -0400
commit6a75e5270cd12aebc6130f0bc3ee1d9999620601 (patch)
tree86115bdd5179c1d11f40cdd5aa3e661d58b08e72 /src/RoomDirectoryModel.h
parentMerge branch 'master' into nhekoRoomDirectory (diff)
downloadnheko-6a75e5270cd12aebc6130f0bc3ee1d9999620601.tar.xz
Fix nits from code review
Diffstat (limited to 'src/RoomDirectoryModel.h')
-rw-r--r--src/RoomDirectoryModel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RoomDirectoryModel.h b/src/RoomDirectoryModel.h
index c7089a1e..952ae3ff 100644
--- a/src/RoomDirectoryModel.h
+++ b/src/RoomDirectoryModel.h
@@ -51,7 +51,6 @@ public:
 

         inline bool canFetchMore(const QModelIndex &) const override

         {

-                nhlog::net()->debug("determining if can fetch more");

                 return canFetchMore_;

         }

         void fetchMore(const QModelIndex &) override;