diff options
author | kamathmanu <manuriddle@gmail.com> | 2021-08-09 09:18:08 -0400 |
---|---|---|
committer | kamathmanu <manuriddle@gmail.com> | 2021-08-09 09:18:08 -0400 |
commit | 6a75e5270cd12aebc6130f0bc3ee1d9999620601 (patch) | |
tree | 86115bdd5179c1d11f40cdd5aa3e661d58b08e72 /src/RoomDirectoryModel.h | |
parent | Merge branch 'master' into nhekoRoomDirectory (diff) | |
download | nheko-6a75e5270cd12aebc6130f0bc3ee1d9999620601.tar.xz |
Fix nits from code review
Diffstat (limited to 'src/RoomDirectoryModel.h')
-rw-r--r-- | src/RoomDirectoryModel.h | 1 |
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; |